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

This commit is contained in:
2026-03-17 18:00:02 +07:00
parent 53497d5ece
commit d4a964515e
10 changed files with 74 additions and 56375 deletions

View File

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