Files
website/next.config.ts
T
2026-03-11 00:02:43 +00:00

9 lines
154 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
reactCompiler: true,
poweredByHeader: false,
};
export default nextConfig;