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

module.exports = nextConfig