Skip to content
Snippets Groups Projects
Commit 551d3838 authored by Hayley Corson-Dosch's avatar Hayley Corson-Dosch
Browse files

Merge branch 'history-mode' into 'main'

use hash history

See merge request !81
parents 52417fd3 c9e817d7
No related branches found
No related tags found
1 merge request!81use hash history
import { createRouter, createWebHistory } from 'vue-router';
import { createRouter, createWebHashHistory } from 'vue-router';
import { setLocale } from './../i18n';
import VisualizationView from '../views/VisualizationView.vue';
......@@ -48,7 +48,7 @@ const routes = [
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
history: createWebHashHistory(import.meta.env.BASE_URL),
routes
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment