aaronjy-me/next.config.mjs
Aaron Yarborough e4a327efb0 Format
2024-03-04 21:03:03 +00:00

6 lines
115 B
JavaScript

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