ui-stater / next.config.ts
NeoPy's picture
Upload folder using huggingface_hub
1ae64c5 verified
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;