lusxvr commited on
Commit
9577105
·
1 Parent(s): 4f6aa65

updated citations

Browse files
Files changed (1) hide show
  1. 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
  ]