Dynamic Routes in Menu - Article
Learn how to add links for dynamic routes in the menu.
To create dynamic routes, refer to the official Next.js documentation.
Issues we faced previously
If you had two dynamic routes with the same parameter/slug name, you might be redirected to the wrong page.
How to fix the issue?
We introduced exactMatch and activeUrl props in the MenuItem component to address this issue.