/** @type {import('next').NextConfig} */ const nextConfig = { images: { domains: ['api.scryfall.com', 'images.pokemontcg.io', 'lorcana-api.com'], }, }; module.exports = nextConfig;