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