diff --git a/next.config.ts b/next.config.ts index 73290639bc..3fdc091b15 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,10 @@ import type { NextConfig } from 'next' const nextConfig: NextConfig = { - /* config options here */ + devIndicators: { + buildActivity: false, + appIsrStatus: false, + }, } export default nextConfig