import type { NextConfig } from "next"; const nextConfig: NextConfig = { // Cloudflare Pages edge runtime compatibility }; export default nextConfig;