Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetsagir authored Feb 25, 2021
1 parent 5c5a411 commit ddc00e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const routes = [

const router = new VueRouter({
mode: "history",
base: "/",
base: process.env.baseURL,
routes
});

Expand Down

0 comments on commit ddc00e9

Please sign in to comment.