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