v2.0.1
2.0.1
-
Fix
GetServerSidePropsContextandGetServerSidePropsResulttypes. Thanks @po4tion! -
Change generated file location from
nextjs-routes.d.tsto@types/nextjs-routes.d.ts. Thanks @po4tion!To preserve the old location, make the following change to your
next.config.js:const nextRoutes = require("nextjs-routes/config"); const withRoutes = nextRoutes({ + outDir: "", });Otherwise, delete your old
nextjs-routes.d.tsonce@types/nextjs-routes.d.tsis generated.
New Contributors
Full Changelog: v2.0.0...v2.0.1