anycoder-adadf141 / next.config.js
puwanath's picture
Upload next.config.js with huggingface_hub
864d3da verified
raw
history blame contribute delete
116 Bytes
module.exports = {
reactStrictMode: true,
images: {
domains: ['images.unsplash.com', 'placehold.co'],
},
}