/** @type {import('next').NextConfig} */ const nextConfig = { images: { domains: ["res-academy.cache.wpscdn.com"], }, }; module.exports = nextConfig;