Domain Based Routing
Unanswered
American Fuzzy Lop posted this in #help-forum
American Fuzzy LopOP
in my nextjs app, pages router I have two routes
now I want that
how do I build this?
pages/a.tsx available on route /a and pages/b.tsx available on route /b. now I want that
/a should be available only on a.com/a and /b should be available only on b.com/b how do I build this?