Skip to content

Commit

Permalink
test: change createwebhistory to createwedhashhistory in vue router
Browse files Browse the repository at this point in the history
  • Loading branch information
trisDeveloper committed Feb 25, 2024
1 parent bac427b commit 37b7f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/router/index.js
Original file line number Diff line number Diff line change
@@ -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: '/',
Expand Down

0 comments on commit 37b7f9e

Please sign in to comment.