From 96acbacf5584aa82956c0495198fe1154fbf0c4e Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 28 Nov 2022 16:54:42 +0000 Subject: [PATCH] chore: prerender index route as well --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index fc2c7b8d..4ca45521 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -59,7 +59,7 @@ export default defineNuxtConfig({ nitro: { prerender: { crawlLinks: false, - routes: ['/200.html'], + routes: ['/', '/200.html'], }, }, app: {