Fix nuxt build pages not rendering
This commit is contained in:
parent
9face0ac3b
commit
974989abd3
|
|
@ -206,7 +206,9 @@ export default defineNuxtConfig({
|
|||
sources: ['/api/__sitemap__/urls']
|
||||
},
|
||||
experimental: {
|
||||
noVueServer: true,
|
||||
componentIslands: {
|
||||
selectiveClient: true,
|
||||
},
|
||||
defaults: {
|
||||
nuxtLink: {
|
||||
prefetchOn: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue