Files
explainegy-nextjs/next.config.js
2023-02-07 13:45:40 +01:00

7 lines
120 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
};
module.exports = nextConfig;