AletheiaFact/aletheia

Use getStaticProps in static pages

Open

#1,054 opened on Oct 16, 2023

 (0 comments) (0 reactions) (0 assignees)TypeScript (19 forks)auto 404
good first issuetech

Repository metrics

Stars
 (53 stars)
PR merge metrics
 (PR metrics pending)

Description

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