fix: add standalone output for Docker deployment

Required for Next.js standalone build in Docker container.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2025-12-11 12:17:27 -05:00
parent 3396e73137
commit 091833c7fd
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
typescript: {
ignoreBuildErrors: true,
},
images: {
unoptimized: true,
},
}
export default nextConfig
export default nextConfig