Skip to content

Commit 1ddb0cc

Browse files
authored
Update util-frontend.ts
1 parent 96b8642 commit 1ddb0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/util-frontend.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export function setPageLocale() {
7676
*/
7777
export function getResBaseURL() {
7878
const env = process.env.NODE_ENV;
79-
return location.protocol + "//" + location.hostname +"/dock";
79+
return location.protocol + "//" + location.hostname + "/dock";
8080

8181
if (env === "development" && isDevContainer()) {
8282
return location.protocol + "//" + getDevContainerServerHostname();

0 commit comments

Comments
 (0)