upgrade and have fun!
next-static-pathsStatically prevent HTTP 404 Not Found in your Next.js applications using TypeScript and code generation.
A command-line interface to generate static types and custom route helper functions
? A <TypedLink /> component which wraps Next.js <Link /> and provides type-safe path matching
A pathFor helper that enables path generation in a type-safe manner
$ pnpm add next-static-paths
# or
$ yarn add next-static-paths
# or
$ npm install next-static-pathsThen, from within your Next.js application root, run the following command:
# For pnpm users
$ pnpx next-static-paths
# For yarn users
$ yarn next-static-paths
# For npm users
$ npx next-static-paths
