app1.pages.dev, app2.pages.dev, app3.pages.dev, and so on.homepage.pages.dev and it will be the default page to show (when going to /, or any other non-app route)./app1 I want to render app1.pages.dev (also, when going to /app1/literally/anything I want to render app1.pages.dev/literally/anything). The same goes for app2, and any other "custom" route I wanthomepage.pages.dev/whatever/happens/to/be/the/uri/app1 and I don't understand how/when assets (the JS, CSS, etc) load properly.