kafe-nusantara / next.config.ts
Eko Tristiyadi
Deploy Kafe Nusantara AI-Powered Cafe to HF Spaces
18c0173
Raw
History Blame Contribute Delete
180 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
reactCompiler: true,
output: "standalone",
};
export default nextConfig;