prerender = false

Rendered per request, on the server.

The Node adapter builds this page fresh for every request. The font CSS still ships in the first byte of HTML — it was resolved at build time and bundled into the server, not fetched or computed per request.

Fraunces

Same CDN font, same generated CSS as the prerendered route.

The quick brown fox jumps over the lazy dog

Gabarito

Same content-hashed URL as the prerendered route — the file was emitted once into the client build and both routes point at it.

Self-hosted, hashed, cached forever

Rendered at 2026-08-04T11:54:16.927Z — reload the page and this changes.