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