Spaces:
Running
Running
updated citations
Browse files- app/astro.config.mjs +2 -1
app/astro.config.mjs
CHANGED
@@ -174,7 +174,8 @@ export default defineConfig({
|
|
174 |
rehypeKatex,
|
175 |
[rehypeCitation, {
|
176 |
bibliography: 'src/content/bibliography.bib',
|
177 |
-
linkCitations: true
|
|
|
178 |
}],
|
179 |
rehypeCodeCopyAndLabel
|
180 |
]
|
|
|
174 |
rehypeKatex,
|
175 |
[rehypeCitation, {
|
176 |
bibliography: 'src/content/bibliography.bib',
|
177 |
+
linkCitations: true,
|
178 |
+
csl: 'vancouver'
|
179 |
}],
|
180 |
rehypeCodeCopyAndLabel
|
181 |
]
|