kontenhumas-fe/next.config.ts

10 lines
141 B
TypeScript
Raw Normal View History

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