refactor: 🔥 Remove syntax highlighting for performance

This commit is contained in:
Jesse Wierzbinski 2024-04-29 11:05:58 -10:00
parent 68e5ede6c6
commit 55ca97e936
No known key found for this signature in database
2 changed files with 9 additions and 10 deletions

View file

@ -8,7 +8,7 @@ export default defineNuxtConfig({
"@nuxt/fonts",
"nuxt-icon",
"@vee-validate/nuxt",
"nuxt-shiki",
//"nuxt-shiki",
],
app: {
@ -24,7 +24,7 @@ export default defineNuxtConfig({
},
},
shiki: {
/* shiki: {
defaultTheme: "rose-pine",
bundledLangs: [
"javascript",
@ -41,7 +41,7 @@ export default defineNuxtConfig({
"shell",
"yaml",
],
},
}, */
nitro: {
preset: "bun",