anycoder-5bef383c / next.config.js
Cambera's picture
Upload next.config.js with huggingface_hub
756f6a3 verified
raw
history blame contribute delete
194 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
images: {
domains: ['ecclesiato.com.br'],
},
output: 'standalone',
}
module.exports = nextConfig