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

export default nextConfig;