7 ms·
You can opt out by using a single (optional) catchall route and handle the path all by yourself. This is sometimes necessary to handle CMS pages for example. D
by mzronek 2y ago
You can opt out by using a single (optional) catchall route and handle the path all by yourself. This is sometimes necessary to handle CMS pages for example.
Docs: https://nextjs.org/docs/app/building-your-application/routing/dynamic-routes#optional-catch-all-segments https://nextjs.org/docs/app/building-your-application/routin...