aboutsummaryrefslogtreecommitdiff
path: root/communities/red-right-hand/alpha.174bg.net/next.config.mjs
blob: 6b715e5e59b93b89de5e35aec4929c9e0f73a338 (plain)
1
2
3
4
5
6
7
8
9
10
/** @type {import('next').NextConfig} */
const nextConfig = {
  /* config options here */
  reactCompiler: true,

  // generate a minimal, production-ready Docker image with only the required runtime files and dependencies
  output: "standalone",
};

export default nextConfig;