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', + }, }