anycoder-93b30892 / next.config.js
ctfone's picture
Upload next.config.js with huggingface_hub
f7e564c verified
raw
history blame contribute delete
167 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
images: {
domains: ['huggingface.co'],
},
}
module.exports = nextConfig