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