From 19ee7040acdf486c48a214b66375899e7c84d232 Mon Sep 17 00:00:00 2001 From: pskfyi Date: Sun, 9 Jan 2022 17:20:29 -0800 Subject: [PATCH] chore: enable spa mode --- nuxt.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nuxt.config.js b/nuxt.config.js index 6b45ab0..91c2fe7 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -1,4 +1,6 @@ export default { + mode: 'spa', + // Target: https://go.nuxtjs.dev/config-target target: 'static',