Skip to content

Commit

Permalink
Fix production config
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
bperel committed Oct 26, 2020
1 parent 05d9918 commit 30cd56f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wiper",
"version": "0.4.3",
"version": "0.4.4",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
publicPath: process.env.NODE_ENV === "production" ? "/wiper/" : "/",
publicPath: "/",
};

0 comments on commit 30cd56f

Please sign in to comment.