7 lines
95 B
TypeScript
7 lines
95 B
TypeScript
// next.config.ts
|
|
const nextConfig = {
|
|
reactStrictMode: true,
|
|
};
|
|
|
|
export default nextConfig;
|