/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, // Ensure server-side features are enabled experimental: { serverActions: true, }, } module.exports = nextConfig