We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
e5016e3
ec4a034: getStaticProps params returns RouteContext instead route props (#54)
getStaticProps
RouteContext
props
before:
{ path: "/", getStaticProps: async (props, locale) => {} }
after:
{ path: "/", getStaticProps: async (context, locale) => {} }