chore: ⬆️ Upgrade dependencies
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s

This commit is contained in:
Jesse Wierzbinski 2025-10-08 19:44:36 +02:00
parent e83eeaa976
commit 9c8c4c83f6
No known key found for this signature in database
5 changed files with 161 additions and 192 deletions

View file

@ -39,7 +39,7 @@ const highlighter = await createHighlighter({
themes: [],
});
highlighter.loadTheme("dark-plus");
await highlighter.loadTheme("dark-plus");
function rehypeShiki() {
return async (tree) => {