lingjing/next.config.mjs
2026-02-23 09:51:43 +00:00

7 lines
118 B
JavaScript

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