1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

revert config

This commit is contained in:
shanshuirenjia
2021-06-17 14:09:03 +08:00
parent 86505800a6
commit 4f3d5ac209

View File

@@ -190,7 +190,7 @@ module.exports = function (webpackEnv) {
// webpack uses `publicPath` to determine where the app is being served from. // webpack uses `publicPath` to determine where the app is being served from.
// It requires a trailing slash, or the file assets will get an incorrect path. // It requires a trailing slash, or the file assets will get an incorrect path.
// We inferred the "public path" (such as / or /my-project) from homepage. // We inferred the "public path" (such as / or /my-project) from homepage.
output = Object.assign({}, output, {publicPath: "http://192.168.1.199:3000/assets/bundles/"}); output = Object.assign({}, output, {publicPath: "http://127.0.0.1:3000/assets/bundles/"});
} }
return output; return output;
}; };