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