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