anycoder-873d13ec / next.config.js
shimanta420's picture
Upload next.config.js with huggingface_hub
a67dda2 verified
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
images: {
domains: ['images.unsplash.com'],
},
}
module.exports = nextConfig