Digi-Biz / frontend /next.config.ts
Deployment Bot
Automated deployment to Hugging Face
255cbd1
raw
history blame contribute delete
105 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
};
export default nextConfig;