anycoder-6340ea4c / next.config.js
Dariky's picture
Upload next.config.js with huggingface_hub
1cfb141 verified
raw
history blame contribute delete
109 Bytes
module.exports = {
reactStrictMode: true,
swcMinify: true,
images: {
domains: ['localhost'],
},
}