catchat / next.config.ts
NeoPy's picture
Upload folder using huggingface_hub
b9ee0e6 verified
raw
history blame contribute delete
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;