Skip to content

Commit

Permalink
Update discord.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunexiz authored Oct 21, 2024
1 parent 34f3653 commit ee6a129
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
const currentUrl = window.location.href;
const url = new URL(currentUrl);
url.hostname = `ai-y.${url.hostname}`;
url.pathname = '';
window.location.href = url.href;
}
});
Expand Down

0 comments on commit ee6a129

Please sign in to comment.