Nuxt 4 on Netlify

A simple Nuxt 4 app deployed on Netlify

ISR without a TTL

If you arrived here by clicking on a link, note that Nuxt performed a client-side navigation, so no SSR nor prerendering was involved.

Reload the page to see initial navigation behavior.

This page is not prerendered. It uses the default universal rendering mode. It is rendered on the fly by a serverless function (though this may be cached and served later), then hydrated on the client for subsequent interaction and navigation.

It is configured to be cached on the Netlify CDN, with Incremental Static Regeneration (ISR) configured to never consider the cache stale. The first request after a deploy will invoke the SSR function to render on the fly and the result will be cached and served for all subsequent requests. As the cache entry never becomes stale, the CDN will always serve it, unless invalidated (via cache purge API or a deploy).

Below is a random number generated any time the page is rendered:

39