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