anycoder-728b0a8c / next.config.js
akhaliq's picture
akhaliq HF Staff
Upload next.config.js with huggingface_hub
e45aac0 verified
raw
history blame contribute delete
183 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
images: {
domains: ['cdn.britannica.com', 'localhost'],
},
}
module.exports = nextConfig