Spaces:
Running
Running
| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| reactStrictMode: true, | |
| swcMinify: true, | |
| images: { | |
| domains: ['cdn.britannica.com', 'huggingface.co', 'images.unsplash.com'], | |
| }, | |
| } | |
| module.exports = nextConfig |