feat: enable static export for Cloudflare Workers

Add `output: 'export'` to Next.js config for static site generation.

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
This commit is contained in:
v0 2025-11-08 01:46:22 +00:00
parent 0c0d97c72c
commit c91ad7ebb2
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,
},