two-cloudwebsite/next.config.js
2025-07-16 17:42:25 +08:00

4 lines
87 B
JavaScript

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