benchmarks / next.config.js
vincelwt's picture
initial commit
4ffd659 unverified
raw
history blame
118 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig