/** @type {import('next').NextConfig} */ const config = { images: { domains: ['example.com', '127.0.0.1', 'localhost'], }, }; export default config;