seal.devcomp.xyz/next.config.js
2023-07-30 15:57:42 +05:30

6 lines
118 B
JavaScript

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