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