From 8e3f72e34d7b3d0938a2f73ea86c6fad6f970360 Mon Sep 17 00:00:00 2001 From: Adam DeHaven Date: Thu, 28 Sep 2023 11:15:25 -0400 Subject: [PATCH] chore: use router hash mode --- sandbox/router.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sandbox/router.ts b/sandbox/router.ts index 727ca0a1f5..0034b30323 100644 --- a/sandbox/router.ts +++ b/sandbox/router.ts @@ -1,7 +1,7 @@ -import { createRouter, createWebHistory } from 'vue-router' +import { createRouter, createWebHashHistory } from 'vue-router' export default createRouter({ - history: createWebHistory('/kongponents'), + history: createWebHashHistory(), routes: [ { path: '/',