sofia-cloud / next.config.ts
Gmagl
Fix: Optimized for HF Spaces
cd96cb4
Raw
History Blame
158 Bytes
import type {{ NextConfig }} from "next";
const nextConfig: NextConfig = {{
output: "standalone",
reactStrictMode: true,
}};
export default nextConfig;