Mass updates

This commit is contained in:
2026-01-05 11:33:32 +01:00
parent 32b6cf4af7
commit 04534b2530
36 changed files with 1886 additions and 12036 deletions

View File

@@ -168,9 +168,7 @@ export default defineNuxtConfig({
sources: ['/api/__sitemap__/urls']
},
experimental: {
componentIslands: {
selectiveClient: true,
},
noVueServer: true,
defaults: {
nuxtLink: {
prefetchOn: {
@@ -189,9 +187,13 @@ export default defineNuxtConfig({
vite: {
server: {
hmr: {
protocol: 'wss',
host: 'localhost',
port: 3000,
clientPort: 3000,
}
}
path: '/ws'
},
},
},
vue: {
compilerOptions: {