UPDATE: New data 4.1.5
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 44s

This commit is contained in:
2026-03-17 18:01:28 +07:00
parent 4317cae318
commit 8a497faaf7

View File

@@ -26,12 +26,7 @@ const nextConfig: NextConfig = {
},
{
protocol: "https",
hostname: "cdn.kain.id.vn",
pathname: "**",
},
{
protocol: "https",
hostname: "r2.kain.id.vn",
hostname: "cdn.punklorde.org",
pathname: "**",
}
],
@@ -40,7 +35,7 @@ const nextConfig: NextConfig = {
styledComponents: true,
},
env: {
CDN_URL: "https://r2.kain.id.vn/asbres",
CDN_URL: "https://cdn.punklorde.org/asbres",
},
};