diff --git a/next.config.mjs b/next.config.mjs index 615253cd..4b2ab06e 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -25,30 +25,37 @@ const nextConfig = { { protocol: "https", hostname: "api.lorem.space", + pathname: "/**", }, { protocol: "https", hostname: "lh3.googleusercontent.com", + pathname: "/**", }, { protocol: "https", hostname: "a0.muscache.com", + pathname: "/**", }, { protocol: "https", hostname: "avatars.githubusercontent.com", + pathname: "/**", }, { protocol: "https", hostname: "i.pravatar.cc", + pathname: "/**", }, { protocol: "https", hostname: "mediahub.polri.go.id", + pathname: "/**", }, { protocol: "https", hostname: "netidhub.com", + pathname: "/**", }, ], },