Vite Link Redirects

Hello everyone,

I want to redirect https://x.glitch.me/discord to https://discord.gg/x with Glitch-in-Bio (which uses Vite). Is there a code snippet?

Thanks. :wink:

You can use window.location = "https://discord.gg/x"; on your script to redirect.

2 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.