Skip to content

Commit 40762d2

Browse files
committed
fix: fix build publicUrl with tailing slash
1 parent afda6b7 commit 40762d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/paths.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ module.exports = {
3838
testsSetup: resolveApp('src/setupTests.js'),
3939
appNodeModules: resolveApp('node_modules'),
4040
publicUrl: getPublicUrl(resolveApp('package.json')),
41-
servedPath: '/cnode-react',
41+
servedPath: '/cnode-react/',
4242
};

0 commit comments

Comments
 (0)