feat: configure site for Cloudflare Pages static export

Add `output: 'export'` to Next.js config and ensure dynamic routes pre-generate pages.

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
This commit is contained in:
v0 2025-10-13 02:23:01 +00:00
parent 2943faa102
commit 86a7a311ce
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
eslint: {
ignoreDuringBuilds: true,
},