We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc872b commit c96dfc6Copy full SHA for c96dfc6
web/webpack.config.js
@@ -94,7 +94,7 @@ module.exports = composePlugins(
94
config.output = {
95
...config.output,
96
uniqueName: "labelstudio",
97
- publicPath: isDevelopment && FRONTEND_HOSTNAME ? `${FRONTEND_HOSTNAME}/react-app/` : "/label-studio",
+ publicPath: isDevelopment && FRONTEND_HOSTNAME ? `${FRONTEND_HOSTNAME}/react-app/` : "auto",
98
scriptType: "text/javascript",
99
};
100
0 commit comments