AletheiaFact/aletheia

Use getStaticProps in static pages

Offen

#1.054 geöffnet am 16.10.2023

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (19 Forks)auto 404
good first issuetech

Repository-Metriken

Stars
 (53 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide