File size: 208 Bytes
249bf0e
 
 
 
 
 
 
1
2
3
4
5
6
7
/** @type {import('next').NextConfig} */
const nextConfig = {
  images: { unoptimized: true },
  typescript: { ignoreBuildErrors: true },
  eslint: { ignoreDuringBuilds: true }
};
module.exports = nextConfig;