feat: update next config

This commit is contained in:
hanif salafi 2025-07-20 02:44:27 +07:00
parent ac332b7099
commit 04a04cfe74
1 changed files with 7 additions and 0 deletions

View File

@ -25,30 +25,37 @@ const nextConfig = {
{ {
protocol: "https", protocol: "https",
hostname: "api.lorem.space", hostname: "api.lorem.space",
pathname: "/**",
}, },
{ {
protocol: "https", protocol: "https",
hostname: "lh3.googleusercontent.com", hostname: "lh3.googleusercontent.com",
pathname: "/**",
}, },
{ {
protocol: "https", protocol: "https",
hostname: "a0.muscache.com", hostname: "a0.muscache.com",
pathname: "/**",
}, },
{ {
protocol: "https", protocol: "https",
hostname: "avatars.githubusercontent.com", hostname: "avatars.githubusercontent.com",
pathname: "/**",
}, },
{ {
protocol: "https", protocol: "https",
hostname: "i.pravatar.cc", hostname: "i.pravatar.cc",
pathname: "/**",
}, },
{ {
protocol: "https", protocol: "https",
hostname: "mediahub.polri.go.id", hostname: "mediahub.polri.go.id",
pathname: "/**",
}, },
{ {
protocol: "https", protocol: "https",
hostname: "netidhub.com", hostname: "netidhub.com",
pathname: "/**",
}, },
], ],
}, },