anycoder-54d82971 / next.config.js
00Boobs00's picture
Upload next.config.js with huggingface_hub
ba807f4 verified
raw
history blame contribute delete
221 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
images: {
domains: ['localhost', 'huggingface.co', 'picsum.photos'],
},
output: 'standalone',
}
module.exports = nextConfig