/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, images: { domains: [ 'media.craiyon.com', 'pics.craiyon.com', 'example.com', // add any other domains you use for images ], }, } module.exports = nextConfig