Fix the static path issue.

This commit is contained in:
zicla
2019-06-11 01:13:47 +08:00
parent 9fd02b75a8
commit 91eb8485f3
+1 -1
View File
@@ -1,5 +1,5 @@
module.exports = {
publicPath: "./",
publicPath: "/",
assetsDir: "static",
devServer: {
port: 6015,