Skip to content

Commit

Permalink
chore: use router hash mode
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Sep 28, 2023
1 parent d7d8ebc commit 8e3f72e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sandbox/router.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'

export default createRouter({
history: createWebHistory('/kongponents'),
history: createWebHashHistory(),
routes: [
{
path: '/',
Expand Down

0 comments on commit 8e3f72e

Please sign in to comment.