From 974989abd3d94e29a1eafedde78cc8feb83de97f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Pons?= Date: Mon, 16 Feb 2026 11:54:29 +0100 Subject: [PATCH] Fix nuxt build pages not rendering --- nuxt.config.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 53f8c66..43d854c 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -206,7 +206,9 @@ export default defineNuxtConfig({ sources: ['/api/__sitemap__/urls'] }, experimental: { - noVueServer: true, + componentIslands: { + selectiveClient: true, + }, defaults: { nuxtLink: { prefetchOn: {