From 8486095702aab5d6375c26a25229b5f134a64405 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Thu, 18 Dec 2025 13:44:05 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20ajouter=20la=20configuration=20de=20pr?= =?UTF-8?q?=C3=A9-rendu=20dans=20Nitro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index 7095c58..fcc8314 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -104,6 +104,10 @@ export default defineNuxtConfig({ cloudflare: { nodeCompat: true }, + prerender: { + routes: ['/'], + crawlLinks: true + } }, runtimeConfig: {