This page is built once at deploy time and served as plain HTML from the CDN. The values below are frozen until the next deployment.
Rendering: Build Time
Build Time: 2026-05-12T13:44:46.224Z
Random Number: 774
This value is frozen at build time. Refresh to see it doesn't change.
---
// No prerender flag needed - SSG is the project default
import BaseLayout from '../layouts/BaseLayout.astro';
import PreRendered from '../components/PreRendered.astro';
---
<BaseLayout title="Pre-Rendered (SSG) Demo">
<PreRendered />
</BaseLayout> getStaticPaths() to pre-build every WP post at deploy time