/** @type {import('next').NextConfig} */ const nextConfig = { images: { remotePatterns: [ { protocol: 'https', hostname: 'asianimg.pro', pathname: '/cover/**', }, { protocol: "https", hostname: "www.pngall.com" } ], }, }; export default nextConfig;