fastbin/next.config.js
2022-02-21 14:04:07 +05:30

6 lines
118 B
JavaScript

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