feat: enable static export for Next.js

Configure Next.js to output static site for deployment.

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
This commit is contained in:
v0 2025-11-10 00:22:04 +00:00
parent c0776a33fa
commit 96f3b52d24
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,
},