fix: Changement du type d'historique

This commit is contained in:
Simon 2022-04-05 15:39:53 +02:00
parent 4f89a103ef
commit 22a69b6162
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
import { createRouter, createWebHistory } from "vue-router";
import { createRouter, createWebHashHistory } from "vue-router";
import HomeView from "@/views/HomeView.vue";
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
history: createWebHashHistory(import.meta.env.BASE_URL),
routes: [
{
path: "/",