/** @type {import('next').NextConfig} */ const nextConfig = { experimental: { outputStandalone: true } }; export default nextConfig;