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