| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| eslint: { | |
| ignoreDuringBuilds: true, | |
| }, | |
| typescript: { | |
| ignoreBuildErrors: true, | |
| }, | |
| images: { | |
| unoptimized: true, | |
| }, | |
| output: 'standalone', | |
| } | |
| export default nextConfig | |
| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| eslint: { | |
| ignoreDuringBuilds: true, | |
| }, | |
| typescript: { | |
| ignoreBuildErrors: true, | |
| }, | |
| images: { | |
| unoptimized: true, | |
| }, | |
| output: 'standalone', | |
| } | |
| export default nextConfig | |