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