I don’t see a way to do that at this point, can anyone advise/confirm/correct me?
You should be able to, in the deployment replit has their own subdomiain, you should be able to add your own domain, as well as other domains. Go to the Deployments>Settings section and link your additional domains. I would imagine if you code it correctly you can also have the app autodetect which domain is loading and you can probably change certain aspects of the site to adapt to each domain such as language, template, etc.
sorry, I probably wasn’t clear with my question.
My question is can I deploy to multiple replit hosted urls (domains).
for example:
https://my-app.replit.app/
https://my-app-dev.replit.app/
that way, I can have a dev site and prod site separately with different frontend and backend deployed to them.
You can do that in Deployments > Settings > Link a domain. I linked 2 domains for the same project, and that worked fine.
That’s not what I want.
I want to have two different replit urls, as I am deploying different setups to them.
I think you’d have to fork it, but then they are separate code bases.
that’s what I’m planning to do, still use the same github repo but fetching different branches to split dev vs prod.
^ this . There’s been some requests about being able to deploy multiple for split testing and stuff but nothing in product. Just hit remix then use git to coordinate.