mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-21 17:05:22 +03:00
fix(shiki): do not load languages initially
This commit is contained in:
parent
1ebe48e495
commit
b947931d3b
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ export function highlightCode(code: string, lang: Lang) {
|
|||
'vitesse-dark',
|
||||
'vitesse-light',
|
||||
],
|
||||
langs: [
|
||||
lang,
|
||||
],
|
||||
})
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue