|
roblox-interstellar.vercel.app. I want it to open a different link instead of roblox. (for my game site) |
Answered by
crllect
Mar 12, 2024
Replies: 1 comment
|
That link is just an instance of interstellar hosted on vercel, but accessing the landing page redirects to the uv encoded url of roblox on now.gg To make your own, your gonna need some basics of webdev. Interstellar isn't built with react or a similar framework, so adding this will be (relatively) simple. If that didn't make any sense, dont worry, just dm on discord @crllect and ill help you get this sorted |
0 replies
Answer selected by
xbubbo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That link is just an instance of interstellar hosted on vercel, but accessing the landing page redirects to the uv encoded url of roblox on now.gg
To make your own, your gonna need some basics of webdev.
Interstellar isn't built with react or a similar framework, so adding this will be (relatively) simple.
Make an index.html page (replace the one in the fork), that loads all of the uv assets,
then just redirects to the uv encoded url of the site you want to open.
If that didn't make any sense, dont worry, just dm on discord @crllect and ill help you get this sorted