New article
All checks were successful
Deploy / build-and-publish (push) Successful in 1m48s
Deploy / deploy (push) Successful in 13s

This commit is contained in:
2024-10-08 02:15:02 +03:00
parent 4d15eb0112
commit 93f92efefc
17 changed files with 914 additions and 11 deletions

View File

@@ -17,7 +17,9 @@ export const highlighter = await createHighlighter({
'mdx',
'bash',
'svelte',
'yaml'
'yaml',
'lua',
'python'
]
});