We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313bb8c commit 3a6f3f7Copy full SHA for 3a6f3f7
frontend/src/router/index.ts
@@ -1,9 +1,9 @@
1
-import {createRouter, createWebHistory} from 'vue-router'
+import {createRouter, createWebHashHistory} from 'vue-router'
2
import StartView from '../views/StartView.vue'
3
import FullStateView from "@/views/FullStateView.vue";
4
5
const router = createRouter({
6
- history: createWebHistory(import.meta.env.BASE_URL),
+ history: createWebHashHistory(import.meta.env.BASE_URL),
7
routes: [
8
{
9
path: '/',
0 commit comments