TrollCallAPIs/next.config.js

7 lines
118 B
JavaScript
Raw Permalink Normal View History

2023-06-27 02:56:32 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig