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(remarkRehype, { allowDangerousHtml: true })
.use(rehypeRaw) .use(rehypeRaw)
.use(rehypeSanitize) .use(rehypeSanitize)
.use(rehypeShiki, { // .use(rehypeShiki, {
theme: createCssVariablesTheme({ // theme: createCssVariablesTheme({
name: "css-variables", // name: "css-variables",
variablePrefix: "--shiki-", // variablePrefix: "--shiki-",
variableDefaults: {}, // variableDefaults: {},
fontStyle: true, // fontStyle: true,
}), // }),
fallbackLanguage: "text", // fallbackLanguage: "text",
}) // })
.use(rehypeStringify) .use(rehypeStringify)
.process(readmeText) .process(readmeText)