/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, // swcMinify option has been removed in Next.js 15 // appDir is no longer experimental in Next.js 15 }; export default nextConfig;