/** @type {import('next').NextConfig} */ const nextConfig = { images: { domains: [`${process.env.HOST_NAME}`], }, }; export default nextConfig;