aboutsummaryrefslogtreecommitdiff
path: root/174bg/website-nextjs/next.config.mjs
blob: 690d2d0d49e8da486900b1a4eb515f7e2a0d29a4 (plain)
1
2
3
4
5
6
7
/** @type {import('next').NextConfig} */
const nextConfig = {
  /* config options here */
  reactCompiler: true,
};

export default nextConfig;