aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-01-21 19:24:08 -0800
committerFuwn <[email protected]>2021-01-21 19:24:08 -0800
commite1879c778c38c7859b7cdce78e84159af9b06f86 (patch)
treef4a2039bc329f7e57f41c62b737598e42f54fbc7
parent:star: (diff)
downloadme-e1879c778c38c7859b7cdce78e84159af9b06f86.tar.xz
me-e1879c778c38c7859b7cdce78e84159af9b06f86.zip
fix: generate fallback for netlify 404
-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
+ }
}