tatethurston / nextjs-routes

Type safe routing for Next.js
MIT License
553 stars 20 forks source link

Change keyword Nextjs -> NextJS #140

Closed po4tion closed 1 year ago

po4tion commented 1 year ago

Uniforms the "NextJSRoutesOptions" and "Nextjs" keywords, which are the options types of the function "writeNextjsRoutes". This makes the flow of reading code smooth.

I'm sorry if the phrase is not unified due to the function name convention and the type declaration convention.

tatethurston commented 1 year ago

Looks great, thanks @po4tion