Skip to content

Commit 3a50e73

Browse files
author
Ives van Hoorne
committed
Make all files resolve from root
1 parent 179b1f7 commit 3a50e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const COMMIT_HASH = childProcess
2727
.toString();
2828
const VERSION = `${COMMIT_COUNT}-${COMMIT_HASH}`;
2929

30-
const publicPath = __PROD__ ? 'https://codesandbox.io/' : '/';
30+
const publicPath = __PROD__ ? '/' : '/';
3131

3232
const getOutput = () =>
3333
__DEV__

0 commit comments

Comments
 (0)