UPDATE: Change CDN
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 58s

This commit is contained in:
2026-02-20 22:12:06 +07:00
parent a71c47bfa6
commit d37bde44b1
5 changed files with 25 additions and 5 deletions

View File

@@ -30,8 +30,8 @@ const nextConfig: NextConfig = {
pathname: "**",
},
{
protocol: "http",
hostname: "cdn.kain.id.vn",
protocol: "https",
hostname: "r2.kain.id.vn",
pathname: "**",
}
],
@@ -40,7 +40,7 @@ const nextConfig: NextConfig = {
styledComponents: true,
},
env: {
CDN_URL: "https://cdn.kain.id.vn/firefly/assets/asbres",
CDN_URL: "https:/r2.kain.id.vn/asbres",
},
};