TrollCallAPIs/next.config.js
2023-06-26 21:56:32 -05:00

6 lines
118 B
JavaScript

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