chore(website): remove shiki temporarily

This commit is contained in:
Luka 2024-10-12 23:11:32 +02:00 committed by LukaDev
parent 35d86d0343
commit 119eef3f10

View file

@ -52,15 +52,15 @@ export const load: PageLoad = async ({ parent, fetch }) => {
.use(remarkRehype, { allowDangerousHtml: true })
.use(rehypeRaw)
.use(rehypeSanitize)
.use(rehypeShiki, {
theme: createCssVariablesTheme({
name: "css-variables",
variablePrefix: "--shiki-",
variableDefaults: {},
fontStyle: true,
}),
fallbackLanguage: "text",
})
// .use(rehypeShiki, {
// theme: createCssVariablesTheme({
// name: "css-variables",
// variablePrefix: "--shiki-",
// variableDefaults: {},
// fontStyle: true,
// }),
// fallbackLanguage: "text",
// })
.use(rehypeStringify)
.process(readmeText)