fix: 🐛 Various bugfixes

This commit is contained in:
Jesse Wierzbinski 2024-05-11 23:23:38 -10:00
parent 52c1f1c57f
commit 6d2b607f2b
No known key found for this signature in database
10 changed files with 76 additions and 111 deletions

View file

@ -6,7 +6,6 @@ export default defineNuxtConfig({
"@vueuse/nuxt",
"nuxt-headlessui",
"@nuxt/fonts",
//"nuxt-shiki",
"@vee-validate/nuxt",
"nuxt-security",
"@vite-pwa/nuxt",
@ -67,24 +66,6 @@ export default defineNuxtConfig({
},
keepalive: true,
},
/* shiki: {
defaultTheme: "rose-pine",
bundledLangs: [
"javascript",
"typescript",
"html",
"css",
"json",
"python",
"toml",
"rust",
"sql",
"scss",
"bash",
"shell",
"yaml",
],
}, */
nitro: {
preset: "bun",
minify: true,