mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 15:53:28 +00:00
revert config
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user