Open JuanAraneta opened 1 year ago
When we hit an article from the sidebar we are hitting the prismic endpoint, that page should be statically generated.
Hey Juan, According to the documentation from Nextjs: "In development (next dev), getStaticProps will be called on every request." In production mode that would work as expected. (I already tried it)
When we hit an article from the sidebar we are hitting the prismic endpoint, that page should be statically generated.