Skip to content

Commit 30cd56f

Browse files
committed
Fix production config
Bump version
1 parent 05d9918 commit 30cd56f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wiper",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
publicPath: process.env.NODE_ENV === "production" ? "/wiper/" : "/",
2+
publicPath: "/",
33
};

0 commit comments

Comments
 (0)