6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
const nextConfig = {
|
|
reactStrictMode: true,
|
|
};
|
|
|
|
export default nextConfig;
|