Turn off dev indicator

This commit is contained in:
Emir Karabeg
2025-02-10 18:51:43 -08:00
parent daa294a0ad
commit 7fb47f4363
+4 -1
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