/** @type {import('next').NextConfig} */ const nextConfig = { images: { domains: ["www.brownells.com"], }, }; module.exports = nextConfig;