Turn off dev indicator

This commit is contained in:
Emir Karabeg
2025-02-10 18:51:36 -08:00
parent daa294a0ad
commit 7fb47f4363

View File

@@ -1,7 +1,10 @@
import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
/* config options here */
devIndicators: {
buildActivity: false,
appIsrStatus: false,
},
}
export default nextConfig