Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
163 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
domains: ["fkmfdzlohdlzoiusyjpn.supabase.co"],
},
};
module.exports = nextConfig;