Spaces:
Build error
Build error
| /** @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; |