Skip to content

Commit af16a5d

Browse files
committed
redirect path
1 parent f4856d8 commit af16a5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/docs/dist/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
// Handle specific redirects
1616
if (path.startsWith('/v2')) {
17-
window.location.replace("api/v2/");
17+
window.location.replace("../api/v2/");
1818
} else if (path.startsWith('/v1')) {
19-
window.location.replace("api/v1/");
19+
window.location.replace("../api/v1/");
2020
} else if (path.startsWith('/ot1')) {
21-
window.location.replace("api/ot1/");
21+
window.location.replace("../api/ot1/");
2222

2323
}
2424
</script>

0 commit comments

Comments
 (0)