From 33bb54ec5f7d9c79c81081b5ac7108f36ad751e9 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 6 Jan 2026 13:57:18 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20ajouter=20la=20route=20de=20pr=C3=A9-ren?= =?UTF-8?q?du=20pour=20la=20page=20d'accueil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index f29b74c..ddeb830 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -122,6 +122,7 @@ export default defineNuxtConfig({ }, prerender: { + routes: ['/'], crawlLinks: true } },