aaronjy-me/next.config.mjs
2024-03-04 14:32:01 +00:00

6 lines
118 B
JavaScript

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