Spaces:
Sleeping
Sleeping
| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| reactStrictMode: true, | |
| // Enable standalone output for Docker | |
| output: process.env.NODE_ENV === 'production' ? 'standalone' : undefined, | |
| } | |
| module.exports = nextConfig | |