From f6df79d83f633307b6e899a826b35d0cdc998134 Mon Sep 17 00:00:00 2001 From: Cameron Redmore Date: Fri, 25 Apr 2025 13:07:10 +0100 Subject: [PATCH] Change to history mode (removing hashes from URLs) --- quasar.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quasar.config.js b/quasar.config.js index 22e6777..ee0fb1a 100644 --- a/quasar.config.js +++ b/quasar.config.js @@ -41,7 +41,7 @@ export default defineConfig((/* ctx */) => node: 'node20' }, - vueRouterMode: 'hash', // available values: 'hash', 'history' + vueRouterMode: 'history', // available values: 'hash', 'history' // vueRouterBase, // vueDevtools, // vueOptionsAPI: false,