gvergnaud / nextjs-dynamic-routes

[Deprecated] Super simple way to create dynamic routes with Next.js
MIT License
140 stars 7 forks source link

Acquire name of the route #23

Open lishine opened 5 years ago

lishine commented 5 years ago

getMatchingRoute to return { name, page, pattern } instead of { page, pattern } currently