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