feat: configure Next.js for Cloudflare Pages with static export

Update next.config.mjs for static site generation with Cloudflare.

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
This commit is contained in:
v0 2025-10-12 23:05:18 +00:00
parent bdd763c0fe
commit d3fc3a9d08
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,
},