Configured Nuxt 4 for pure SSG output targeting Cloudflare Pages. The key configuration points:
nitro.preset: 'static'ensures no server runtime is includednitro.prerender.crawlLinks: truediscovers all routes automatically- View transitions enabled for smoother navigation
Build output is a static directory that deploys directly to Cloudflare Pages without any build configuration on their end.
