📝 Ensure 404.html is generated by Nuxt.
This commit is contained in:
parent
a27be71b13
commit
575f8335d6
1 changed files with 8 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ export default {
|
|||
}
|
||||
}]
|
||||
],
|
||||
|
||||
/*
|
||||
** Build configuration
|
||||
*/
|
||||
|
|
@ -126,5 +127,12 @@ export default {
|
|||
*/
|
||||
extend (config, ctx) {
|
||||
}
|
||||
},
|
||||
|
||||
/*
|
||||
** Generate configuration
|
||||
*/
|
||||
generate: {
|
||||
fallback: true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue