import type { NextConfig } from "next"; const nextConfig: NextConfig = { images: { remotePatterns: [ { protocol: "https", hostname: "cdn.skylinkhosting.com", pathname: "/**", }, ], }, }; export default nextConfig;