import type { NextConfig } from "next";
const nextConfig = {
images: {
domains: ["kontenhumas.com"],
},
};
export default nextConfig;