Files
MermsWebsite2025/next.config.js
T
CHIEFSOFT\ameye 7e3ecb79f1 first commit
2024-12-23 11:26:25 -05:00

7 lines
118 B
JavaScript

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