/** @type {import('next').NextConfig} */
const nextConfig = {
  images: {
    domains: ["images.igdb.com"]
  }
}

module.exports = nextConfig