diff --git a/src/router/index.js b/src/router/index.js index cdc51f3..6f66ed2 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1,9 +1,9 @@ -import {createRouter, createWebHistory} from "vue-router"; +import {createRouter, createWebHashHistory, createWebHistory} from "vue-router"; import HomePage from '@/pages/Home.page.vue' const router = createRouter({ - history: createWebHistory("web"), + history: createWebHashHistory("web"), routes: [ { path: "/",