Two websites running under the same domain
Hello everyone, I currently use Cloudflare Pages for my website. Although my website contains everything (landing pages and the app), it has performance issues, and I want to create another project that only includes the landing pages in a separate repository but under the same domain. I don't want to create subdomains because it would negatively impact the current SEO.
My question is, how can I have two websites running under the same domain? I plan to split the current codebase into a monorepo with multiple pages.
Here's an example:
domain.com => repo 1
domain.com/landing-page => repo 1
domain.com/app => repo 2
0 Replies