Skip to content

Commit 3bc7311

Browse files
committed
Update Vue router mode to "history"
- This removes the hashbang in the URL
1 parent 033ab50 commit 3bc7311

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/router.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import Home from './views/Home.vue';
77
Vue.use(Router);
88

99
export default new Router({
10+
mode: 'history',
1011
routes: [
1112
{
1213
path: '/',

0 commit comments

Comments
 (0)