mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-28 03:10:45 +00:00
revert config
This commit is contained in:
parent
86505800a6
commit
4f3d5ac209
@ -190,7 +190,7 @@ module.exports = function (webpackEnv) {
|
||||
// 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.
|
||||
// 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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user