|
@@ -26,7 +26,12 @@ const nextConfig = {
|
|
|
},
|
|
|
},
|
|
|
images: {
|
|
|
- domains: ["minio.tiktokjakjkl.icu", "bcwin.s3.sa-east-1.amazonaws.com", "192.168.0.237"],
|
|
|
+ domains: [
|
|
|
+ "minio.tiktokjakjkl.icu",
|
|
|
+ "bcwin.s3.sa-east-1.amazonaws.com",
|
|
|
+ "192.168.0.237",
|
|
|
+ "static.tiktokjakjkl.icu",
|
|
|
+ ],
|
|
|
remotePatterns: [
|
|
|
{
|
|
|
protocol: "https",
|
|
@@ -36,13 +41,18 @@ const nextConfig = {
|
|
|
{
|
|
|
protocol: "https",
|
|
|
hostname: "images.hibigwin.com",
|
|
|
- pathname: "/9f/**",
|
|
|
+ pathname: "*",
|
|
|
},
|
|
|
{
|
|
|
protocol: "https",
|
|
|
hostname: "bcwin.s3.sa-east-1.amazonaws.com",
|
|
|
pathname: "*",
|
|
|
},
|
|
|
+ {
|
|
|
+ protocol: "https",
|
|
|
+ hostname: "static.tiktokjakjkl.icu",
|
|
|
+ pathname: "*",
|
|
|
+ },
|
|
|
],
|
|
|
},
|
|
|
};
|