Fix nuxt build pages not rendering

This commit is contained in:
Clément Pons
2026-02-16 11:54:29 +01:00
parent 9face0ac3b
commit 974989abd3

View File

@@ -206,7 +206,9 @@ export default defineNuxtConfig({
sources: ['/api/__sitemap__/urls']
},
experimental: {
noVueServer: true,
componentIslands: {
selectiveClient: true,
},
defaults: {
nuxtLink: {
prefetchOn: {