We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2255e3e commit bbe1b28Copy full SHA for bbe1b28
public/reloader.js
@@ -1,5 +1,5 @@
1
const _origin = window.location.port
2
- ? window.location.origin.replace(`:${window.location.port}`)
+ ? window.location.origin.replace(`:${window.location.port}`, '')
3
: window.location.origin;
4
const origin = `${_origin}:${3008}`;
5
0 commit comments