Spaces:
Build error
Build error
| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| output: 'standalone', | |
| images: { | |
| domains: ['cdn.britannica.com', 'localhost'], | |
| }, | |
| } | |
| module.exports = nextConfig |