module.exports = {
  reactStrictMode: false,
  swcMinify: false,
  images: {
    domains: [
      "res.cloudinary.com",
      "lh3.googleusercontent.com",
      "avatars.githubusercontent.com",
      "cdn.dribbble.com",
      "images.unsplash.com",
      "fakeimg.pl",
      "storage.googleapis.com",
    ],
  },
  output: "standalone",
};