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