aboutsummaryrefslogtreecommitdiff
path: root/nuxt.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'nuxt.config.js')
-rw-r--r--nuxt.config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuxt.config.js b/nuxt.config.js
index 7013142..4f6f13b 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -88,4 +88,8 @@ export default {
return getRoutes()
}
} */
+
+ generate: {
+ fallback: true
+ }
}