muthuk1's picture
Add next.config.ts
c9af10b verified
raw
history blame contribute delete
130 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
reactStrictMode: true,
};
export default nextConfig;