Add this to your next.config.ts file:
import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ devIndicators: { appIsrStatus: false, }, }; export default nextConfig;