anycoder-cef2472a / next.config.js
santiagr7776's picture
Upload next.config.js with huggingface_hub
eb4ed61 verified
raw
history blame contribute delete
247 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
images: {
domains: ['huggingface.co', 'images.unsplash.com', 'placehold.co', 'api.dicebear.com'],
},
};
module.exports = nextConfig;