Qwen3-VL-8B-Instruct / next.config.js
akhaliq's picture
akhaliq HF Staff
Upload next.config.js with huggingface_hub
6cdb2bf verified
raw
history blame contribute delete
231 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
images: {
domains: ['cdn.britannica.com', 'huggingface.co', 'images.unsplash.com'],
},
}
module.exports = nextConfig