/** @type {import('next').NextConfig} */ const nextConfig = { images: { unoptimized: false, remotePatterns: [ { protocol: 'https', hostname: 'upload.wikimedia.org', port: '', pathname: '/**', }, ], }, } export default nextConfig