import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ images: { domains: ['trae-api-sg.mchost.guru', 'trae-api-us.mchost.guru'] }, }; export default nextConfig;