next.js/examples/reproduction-template-pages/next.config.ts
next.config.ts9 lines158 B
import type { NextConfig } from "next";

const nextConfig: NextConfig = {
  /* config options here */
  reactStrictMode: true,
};

export default nextConfig;
Quest for Codev2.0.0
/
SIGN IN