Complicated Dynamic Routing #16920
Unanswered
malikolabiyi
asked this question in
Help
Replies: 1 comment 8 replies
-
Explicit pre-defined routes will take precedence over the dynamic routes, so this shouldn't be an issue. Maybe there's something else wrong? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am building a link shortener with NextJS, and having a good experience so far!
But there's an issue I encountered, I want to have website.com/linkToken, but I have some pages with the same routing pattern too, so they conflict and the linkToken gets build each time I visit other pages, this explains better:
So is there any way to exempt some special pages from getting build?
Beta Was this translation helpful? Give feedback.
All reactions