// next.config.ts import type { NextConfig } from "next"; const nextConfig: NextConfig = { reactStrictMode: true, // Add other Next.js config options here as needed }; export default nextConfig;