📝 Ensure 404.html is generated by Nuxt.
This commit is contained in:
@@ -117,6 +117,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** Build configuration
|
** Build configuration
|
||||||
*/
|
*/
|
||||||
@@ -126,5 +127,12 @@ export default {
|
|||||||
*/
|
*/
|
||||||
extend (config, ctx) {
|
extend (config, ctx) {
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
/*
|
||||||
|
** Generate configuration
|
||||||
|
*/
|
||||||
|
generate: {
|
||||||
|
fallback: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user