There was an error while loading. Please reload this page.
1 parent a671462 commit 800423aCopy full SHA for 800423a
packages/react-scripts/config/paths.js
@@ -44,7 +44,7 @@ function getServedPath(appPackageJson) {
44
const publicUrl = getPublicUrl(appPackageJson);
45
const servedUrl =
46
envPublicUrl || (publicUrl ? url.parse(publicUrl).pathname : '/');
47
- return ensureSlash(servedUrl, true);
+ return ensureSlash(servedUrl, false);
48
}
49
50
// config after eject: we're in ./config/
0 commit comments