I am building something similar to bolt.new where I let users paste url of a git repo after my domain name without http:// or https://.
for example it would be https://mydomain.com/github.com/mstfash/test-import
the problem here is github.com is being converted into github/com and I cannot have github.com as a page route at all
is there a solution around that to have a page route named after a domain name ? or if there is another workaround to get what I want?