I have two astro applications, one is the main application, one a landing page.
I want them both to live on the root domain. This is because the main application is public facing so I want a simple, consistent URL, no “app.acme.com”, just “acme.com/some-page”.
I get how to setup URL writes to point to another URL. I get how to put both apps into a monorepo. What I don’t get is: how do I run both app concurrently on Vercel, if that’s even possible? Because I feel like one project = one running app on one port?