import type { NextConfig } from "next";

const nextConfig: NextConfig = {
  reactStrictMode: true,

  images: {
    domains: ["yeolms.b-cdn.net", "api.backers.algobrix.com"],
  },
};

export default nextConfig;