Do you mean [dynamic routes](https://nextjs.org/docs/pages/building-your-application/routing/dynamic

Do you mean dynamic routes ?

What I understand is:
  1. Your next js app works in production with a url like this https://project-name.pages.dev/, right?
  2. You added a custom domain for this project - cool
Now what is the problem? https://project-name.pages.dev/ works, but project-name.com does not?
Was this page helpful?