From 575f8335d68aeed8401fa1db18943af0e8cdfc8d Mon Sep 17 00:00:00 2001 From: NBTX Date: Sat, 24 Aug 2019 04:24:43 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Ensure=20404.html=20is=20generat?= =?UTF-8?q?ed=20by=20Nuxt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) 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 } }