We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679800e commit 07c680eCopy full SHA for 07c680e
1 file changed
static/redirect.js
@@ -1,4 +1,4 @@
1
-if (window.location.href.includes("snail-ide.js.org")) {
+if (window.location.href.includes("snail-ide.com")) {
2
const currentPath = window.location.pathname;
3
- window.location.href = `https://editor.snail-ide.com${currentPath}`;
+ window.location.href = `https://snail-ide.js.org${currentPath}`;
4
}
0 commit comments