next-static-paths icon indicating copy to clipboard operation
next-static-paths copied to clipboard

Statically prevent 404s in your Next.js applications using TypeScript

Results 4 next-static-paths issues
Sort by recently updated
recently updated
newest added

This PR sort generated routes. I run the `build` command and test it with the example app. ![image](https://user-images.githubusercontent.com/16452789/186993085-84ae4cda-66f7-46a0-ad80-a459f527bba9.png) ### Notice: I could extract a function that creates the routes map...

I add as a pre-commit hook to files in pages the `next-static-paths` script to generate the `static-paths.d.ts`. I notice that sometimes it creates useless git diff in `static-paths.d.ts` that is...

bug

Hi Thank you for creating this package! I have an issue that react warns me about props passing into the DOM elements when I have the `newNextLinkBehavior` and the children...

bug