AletheiaFact/aletheia

Use getStaticProps in static pages

開放

#1,054 建立於 2023年10月16日

 (0 則留言) (0 個反應) (0 位負責人)TypeScript (19 個分叉)auto 404
good first issuetech

倉庫指標

星標
 (53 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南