WebsiteMinimal/next.config.js

7 lines
120 B
JavaScript
Raw Normal View History

2023-10-21 15:51:35 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
};
module.exports = nextConfig;