AletheiaFact/aletheia

Use getStaticProps in static pages

Aperta

#1054 aperta il 16 ott 2023

 (0 commenti) (0 reazioni) (0 assegnatari)TypeScript (19 fork)auto 404
good first issuetech

Metriche repository

Star
 (53 stelle)
Metriche merge PR
 (Merge medio 4g) (12 PR mergiate in 30 g)

Descrizione

Background Information

Some pages are always static and because we run a Custom Nextjs Server we do not get automated static generation. In order to achieve that we need to explicitly define that for the static pages.

What

List of pages that are static:

  • 400s and 500s errors
  • Code of Conduct
  • About
  • Privacy Policy

Guida contributor