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