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