Page rules for multiple nextjs apps
I have 3 nextjs apps (a,b,c) and wondering if I can enable something like
www.origin.com -> page-a
www.origin.com/b/* -> page-b
www.origin.com/c/* -> page-c.
However in the pages confiuration, I could only configure 1 custom domain and no options for path prefix.
0 Replies