AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
cacheComponents: true,
experimental: {
// Future but produces bad results.
reactDebugChannel: false,
},
}
module.exports = nextConfig