/** @type {import('next').NextConfig} */ const nextConfig = { images: { domains: ['cdn.nhcarrigan.com'] } }; export default nextConfig;