Skip to content

Commit

Permalink
history mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aotearoan committed Jun 28, 2020
1 parent 2720ca0 commit 5404128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aotearoan/neon",
"description": "Neon is a design library of components for use with VueJS. It supports light and dark modes and can be extended to support multiple themes",
"version": "0.18.8",
"version": "0.18.9",
"main": "dist/@aotearoan/neon.umd.js",
"types": "dist/@aotearoan/components.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/app/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const routes: Array<RouteConfig> = [
];

const router = new VueRouter({
mode: process.env.NODE_ENV === 'production' ? undefined : 'history',
mode: 'history',
base: process.env.VUE_APP_BASE_URL,
routes,
});
Expand Down

0 comments on commit 5404128

Please sign in to comment.