/** @type {import('next').NextConfig} */ const nextConfig = { output: 'standalone', reactStrictMode: true, eslint: { ignoreDuringBuilds: true, }, compiler: { styledComponents: true, }, } module.exports = nextConfig