deptagency-dar / dar-employee-handbook

Apache License 2.0
0 stars 0 forks source link

Fix static generation on article pages #9

Open JuanAraneta opened 1 year ago

JuanAraneta commented 1 year ago

When we hit an article from the sidebar we are hitting the prismic endpoint, that page should be statically generated.

flacs5 commented 1 year ago

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)