Next.js Discord

Discord Forum

Domain Based Routing

Unanswered
American Fuzzy Lop posted this in #help-forum
Open in Discord
American Fuzzy LopOP
in my nextjs app, pages router I have two routes 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?

0 Replies