aboutsummaryrefslogtreecommitdiff
path: root/next.config.js
blob: a843cbee09afaadbf9c8dd1477dcccf7eb56af50 (plain) (blame)
1
2
3
4
5
6
/** @type {import('next').NextConfig} */
const nextConfig = {
  reactStrictMode: true,
}

module.exports = nextConfig