/** @type {import('next').NextConfig} */ module.exports = { output: "standalone", reactStrictMode: true, experimental: { outputStandalone: true, }, };