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