Skip to content

Commit 07c680e

Browse files
authored
this aint gonna fix it all but its good for now
1 parent 679800e commit 07c680e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

static/redirect.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if (window.location.href.includes("snail-ide.js.org")) {
1+
if (window.location.href.includes("snail-ide.com")) {
22
const currentPath = window.location.pathname;
3-
window.location.href = `https://editor.snail-ide.com${currentPath}`;
3+
window.location.href = `https://snail-ide.js.org${currentPath}`;
44
}

0 commit comments

Comments
 (0)