Skip to content

Commit

Permalink
Use web history
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Apr 12, 2023
1 parent 6dbae97 commit b7214ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/router/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { createRouter, createWebHashHistory } from 'vue-router';
import { createRouter, createWebHistory } from 'vue-router';
import AppLayout from '@/layout/AppLayout.vue';

const router = createRouter({
history: createWebHashHistory(),
history: createWebHistory(),
routes: [
{
path: '/',
Expand Down

1 comment on commit b7214ba

@vercel
Copy link

@vercel vercel bot commented on b7214ba Apr 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sakai-vue – ./

sakai-vue-git-prod-primetek.vercel.app
sakai.primevue.org
sakai-vue-primetek.vercel.app

Please sign in to comment.