kontenhumas-fe/next.config.ts

10 lines
144 B
TypeScript
Raw Normal View History

2025-09-16 08:29:07 +00:00
import type { NextConfig } from "next";
const nextConfig = {
images: {
domains: ["kontenhumas.com"],
2025-09-16 08:29:07 +00:00
},
};
export default nextConfig;