nxc-host/next.config.js
2023-10-31 01:50:40 +00:00

6 lines
120 B
JavaScript

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