mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
chore(website): remove shiki temporarily
This commit is contained in:
parent
35d86d0343
commit
119eef3f10
1 changed files with 9 additions and 9 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue