79331610

Date: 2025-01-05 21:49:23
Score: 1
Natty:
Report link

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;

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Emmanuel Nwafuru