Different pages with the same domain

I have a doubt.

I will host my pages on Cloudflare pages.

I would like to know how do I make different pages, in different repositories, and with separate deploy use addresses within the same domain, similar to what happens in WordPress.

Ex:
repo 1 → mydomain.com/page1
repo 2 → mydomain.com/page2
repo 3 → maydomain.com/otherpage

Your best bet would be to use a worker to handle all the requests. Pages can only run on domains and not paths.

How I could do that?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.