Skip to content

Commit

Permalink
Switch the router to hash mode
Browse files Browse the repository at this point in the history
  • Loading branch information
loehnertz authored Jun 9, 2024
1 parent 33469a2 commit e1a07db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/router/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createRouter, createWebHistory } from 'vue-router'
import { createRouter, createWebHashHistory } from 'vue-router'

const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
history: createWebHashHistory(),
routes: [
{
path: '/',
Expand Down

0 comments on commit e1a07db

Please sign in to comment.