mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
fix: don't load all languages for code
This commit is contained in:
parent
00544f4604
commit
c475ed3857
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ export function highlightCode(code: string, lang: Lang) {
|
|||
'vitesse-dark',
|
||||
'vitesse-light',
|
||||
],
|
||||
langs: [],
|
||||
})
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue