📝 Ensure 404.html is generated by Nuxt.

This commit is contained in:
NBTX
2019-08-24 04:24:43 +01:00
parent a27be71b13
commit 575f8335d6

View File

@@ -117,6 +117,7 @@ export default {
}
}]
],
/*
** Build configuration
*/
@@ -126,5 +127,12 @@ export default {
*/
extend (config, ctx) {
}
},
/*
** Generate configuration
*/
generate: {
fallback: true
}
}