Skip to content

Commit f2575fd

Browse files
paulovmrandyatmiami
authored andcommitted
chore: avoid double slashes in URL (#80)
Signed-off-by: Paulo Rego <832830+paulovmr@users.noreply.github.com>
1 parent 4fb9f94 commit f2575fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/frontend/config/webpack.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ module.exports = smp.wrap(
8585
port: PORT,
8686
compress: true,
8787
historyApiFallback: {
88-
index: `${BASE_PATH}/index.html`,
88+
index: `${BASE_PATH}/index.html`.replace('//', '/'),
8989
},
9090
hot: true,
9191
open: [BASE_PATH],

0 commit comments

Comments
 (0)