next.js / examples /cms-webiny /next.config.js
AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
module.exports = {
images: {
remotePatterns: [
{
protocol: "https",
hostname: "myaccount.cloudfront.net",
port: "",
},
],
},
};