chore: prerender index route as well

pull/207/head
Daniel Roe 2022-11-28 16:54:42 +00:00
rodzic 2df646792d
commit 96acbacf55
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 22D5008E4F5D9B55
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -59,7 +59,7 @@ export default defineNuxtConfig({
nitro: {
prerender: {
crawlLinks: false,
routes: ['/200.html'],
routes: ['/', '/200.html'],
},
},
app: {