From 8930fb86ee7a44829316dcb85beba3e35af275a9 Mon Sep 17 00:00:00 2001 From: ManUtopiK <emmanuel.salomon@gmail.com> Date: Wed, 8 Dec 2021 18:01:50 +0100 Subject: [PATCH] fix: correctly generate error page --- nuxt.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nuxt.config.js b/nuxt.config.js index bb8dfa79..3dc519f5 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -5,6 +5,9 @@ import icons from './libs/icons.js' export default { target: 'static', + generate: { + fallback: true, + }, /** * Global page headers (https://go.nuxtjs.dev/config-head) -- GitLab