Spaces:
Sleeping
Sleeping
File size: 371 Bytes
0dd2082 2963d39 0dd2082 2963d39 4dae2f7 0dd2082 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | /** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
reactStrictMode: true,
images: {
unoptimized: true,
},
eslint: {
// Warning: This allows production builds to successfully complete even if
// your project has ESLint errors.
ignoreDuringBuilds: true,
},
};
export default nextConfig;
|