tatethurston / nextjs-routes

Type safe routing for Next.js
MIT License
571 stars 23 forks source link

fix: strip double extensions #54

Closed tatethurston closed 2 years ago

tatethurston commented 2 years ago

Previously, extensions such as .test.tsx would result in generated paths that included the .test extension. Now, multiple levels of extensions are stripped and only one route is generated for any path overlaps.