From 3d2ffba475a03e82ad40b550a5669b6dfa414a4f Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Thu, 18 Dec 2025 11:44:07 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20r=C3=A9activer=20la=20configuration=20de?= =?UTF-8?q?=20pr=C3=A9-rendu=20pour=20les=20routes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 29bdb8d..e98459c 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -104,10 +104,10 @@ export default defineNuxtConfig({ cloudflare: { deployConfig: true, nodeCompat: true - } - // prerender: { - // routes: ['/'], - // }, + }, + prerender: { + routes: ['/'], + }, }, runtimeConfig: {