diff --git a/landing/src/router/index.ts b/landing/src/router/index.ts index 5e52a93..822ca81 100644 --- a/landing/src/router/index.ts +++ b/landing/src/router/index.ts @@ -1,9 +1,9 @@ -import { createRouter, createWebHashHistory } from 'vue-router'; +import { createRouter, createWebHistory } from 'vue-router'; import HomeView from '../views/HomeView.vue'; import HomeViewOffensive from '../views/HomeViewOffensive.vue'; const router = createRouter({ - history: createWebHashHistory(import.meta.env.BASE_URL), + history: createWebHistory(import.meta.env.BASE_URL), routes: [ { path: '/',