feat: custom error page (#178)
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
b8cadca717
commit
3b92b27cc8
6 changed files with 106 additions and 42 deletions
|
@ -55,6 +55,12 @@ export default defineNuxtConfig({
|
|||
translateApi: '',
|
||||
},
|
||||
},
|
||||
nitro: {
|
||||
prerender: {
|
||||
crawlLinks: false,
|
||||
routes: ['/200.html'],
|
||||
},
|
||||
},
|
||||
app: {
|
||||
keepalive: true,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue