Files
portfolio-wordpress/next.config.js
2023-09-21 19:01:02 -06:00

7 lines
118 B
JavaScript

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