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