From 63ce5f8ba5dfca3634aa7bec5fe33726e47ad37b Mon Sep 17 00:00:00 2001 From: pskfyi Date: Sun, 9 Jan 2022 19:42:56 -0800 Subject: [PATCH] chore: use router in hash mode --- nuxt.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nuxt.config.js b/nuxt.config.js index 91c2fe7..077e9ed 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -74,4 +74,8 @@ export default { // Build Configuration: https://go.nuxtjs.dev/config-build build: {}, + + router: { + mode: 'hash', + }, }