| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| images: { unoptimized: true }, | |
| typescript: { ignoreBuildErrors: true }, | |
| eslint: { ignoreDuringBuilds: true } | |
| }; | |
| module.exports = nextConfig; |
| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| images: { unoptimized: true }, | |
| typescript: { ignoreBuildErrors: true }, | |
| eslint: { ignoreDuringBuilds: true } | |
| }; | |
| module.exports = nextConfig; |