import type { NextConfig } from "next"; const nextConfig: NextConfig = { cacheComponents: false, }; export default nextConfig;