mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-25 10:46:17 +03: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-dark',
|
||||||
'vitesse-light',
|
'vitesse-light',
|
||||||
],
|
],
|
||||||
|
langs: [],
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue