🔗 Example URL: /learn-catch-all-routing/new/my/4/5/2040
/learn-catch-all-routing/new/my/4/5/2040
✅ Catch-all routes in Next.js let you capture multiple segments in the URL using a single file.
📁 To create a catch-all route, use folder like: app/learn-catch-all-routing/[...post]/page.jsx
app/learn-catch-all-routing/[...post]/page.jsx