diff --git a/nuxt.config.js b/nuxt.config.js index 6c5e96e14..3bb5ff8bb 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -117,6 +117,7 @@ export default { } }] ], + /* ** Build configuration */ @@ -126,5 +127,12 @@ export default { */ extend (config, ctx) { } + }, + + /* + ** Generate configuration + */ + generate: { + fallback: true } }