Skip to content

Commit

Permalink
Fix the static path issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicla committed Jun 10, 2019
1 parent 9fd02b7 commit 91eb848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
publicPath: "./",
publicPath: "/",
assetsDir: "static",
devServer: {
port: 6015,
Expand Down

0 comments on commit 91eb848

Please sign in to comment.