Skip to content

Commit 6a71090

Browse files
committed
fix(code): fixed shiki theme (temporary)
1 parent 318b0c9 commit 6a71090

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

nuxt.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ const vite: NuxtConfig["vite"] = {
119119
const content: NuxtConfig["content"] = {
120120
locales,
121121
defaultLocale: "ru",
122+
experimental: {
123+
cacheContents: true,
124+
},
122125
highlight: {
123126
langs: [
124127
"typescript",
@@ -135,7 +138,7 @@ const content: NuxtConfig["content"] = {
135138
"docker",
136139
"dockerfile"
137140
],
138-
theme: "github-light",
141+
theme: "min-dark"
139142
},
140143
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
141144
// @ts-ignore

0 commit comments

Comments
 (0)