mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
fix: 🐛 Various bugfixes
This commit is contained in:
parent
52c1f1c57f
commit
6d2b607f2b
10 changed files with 76 additions and 111 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue