Skip to content

Commit bbe1b28

Browse files
committed
Fix port replacement 🤦
1 parent 2255e3e commit bbe1b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/reloader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const _origin = window.location.port
2-
? window.location.origin.replace(`:${window.location.port}`)
2+
? window.location.origin.replace(`:${window.location.port}`, '')
33
: window.location.origin;
44
const origin = `${_origin}:${3008}`;
55

0 commit comments

Comments
 (0)