Static Site Generation

SSG

This page fetched its data once, at build time, using the default cache: "force-cache" behavior. Run npm run build again to see this timestamp move - refreshing alone never changes it.

  • Data is fetched only once, when the app is built.
  • That result is frozen into a fixed HTML page.
  • Every visitor gets the exact same page - nothing is fetched again.
  • Refreshing never changes it. Only a new build does.
Generated at (build time)Sep 2, 2026, 10:51:53 AM2026-09-02T05:21:53.103Z