We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318b0c9 commit 6a71090Copy full SHA for 6a71090
1 file changed
nuxt.config.ts
@@ -119,6 +119,9 @@ const vite: NuxtConfig["vite"] = {
119
const content: NuxtConfig["content"] = {
120
locales,
121
defaultLocale: "ru",
122
+ experimental: {
123
+ cacheContents: true,
124
+ },
125
highlight: {
126
langs: [
127
"typescript",
@@ -135,7 +138,7 @@ const content: NuxtConfig["content"] = {
135
138
"docker",
136
139
"dockerfile"
137
140
],
- theme: "github-light",
141
+ theme: "min-dark"
142
},
143
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
144
// @ts-ignore
0 commit comments