anycoder-b2033197 / next.config.js
sagar007's picture
Upload next.config.js with huggingface_hub
bcb6035 verified
raw
history blame contribute delete
172 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
images: {
domains: ['images.unsplash.com'],
},
}
module.exports = nextConfig