Skip to content

Commit

Permalink
return to hash urls
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta authored Sep 28, 2023
1 parent 3c85291 commit 158490e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion photon-client/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import NotFoundView from "@/views/NotFoundView.vue";
Vue.use(VueRouter);

const router = new VueRouter({
mode: "history",
// mode: "history",
base: import.meta.env.BASE_URL,
routes: [
{
Expand Down

0 comments on commit 158490e

Please sign in to comment.