next.js / examples /hello-world /next.config.ts
AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
raw
history blame contribute delete
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;