feat: update next config
This commit is contained in:
parent
ac332b7099
commit
04a04cfe74
|
|
@ -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: "/**",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue