feat: custom error page (#178)

Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
Joaquín Sánchez 2022-11-28 10:01:14 +01:00 committed by GitHub
parent b8cadca717
commit 3b92b27cc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 106 additions and 42 deletions

View file

@ -55,6 +55,12 @@ export default defineNuxtConfig({
translateApi: '',
},
},
nitro: {
prerender: {
crawlLinks: false,
routes: ['/200.html'],
},
},
app: {
keepalive: true,
},