deepstudio / next.config.js
00Boobs00's picture
Upload next.config.js with huggingface_hub
215f008 verified
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'standalone',
images: {
domains: ['picsum.photos'],
},
}
module.exports = nextConfig