SwapIt / next.config.js
next.config.js
Raw
/** @type {import('next').NextConfig} */
const nextConfig = {
    images: {
        domains: ['lh3.googleusercontent.com'],
      },
}

module.exports = nextConfig