We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b8642 commit 1ddb0ccCopy full SHA for 1ddb0cc
frontend/src/util-frontend.ts
@@ -76,7 +76,7 @@ export function setPageLocale() {
76
*/
77
export function getResBaseURL() {
78
const env = process.env.NODE_ENV;
79
- return location.protocol + "//" + location.hostname +"/dock";
+ return location.protocol + "//" + location.hostname + "/dock";
80
81
if (env === "development" && isDevContainer()) {
82
return location.protocol + "//" + getDevContainerServerHostname();
0 commit comments