anycoder-3dc58a51 / next.config.js
Gannnaja's picture
Upload next.config.js with huggingface_hub
04495e8 verified
raw
history blame contribute delete
164 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
images: {
domains: ['flagcdn.com'],
},
}
module.exports = nextConfig