Skip to content

Commit 44ba298

Browse files
committed
chg: use absolute urls for config
1 parent 05fca35 commit 44ba298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script>
99
DEFAULT_CONFIGURATION = '%VITE_DEFAULT_CONFIGURATION%';
1010
</script>
11-
<script src="./config.js"></script>
11+
<script src="/config.js"></script>
1212
</head>
1313

1414
<body>

0 commit comments

Comments
 (0)