import type { NextConfig } from "next"; const nextConfig: NextConfig = { // Simple configuration for stability }; export default nextConfig;