UPDATE: Fix bug
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 45s

This commit is contained in:
2026-03-06 14:29:26 +07:00
parent f5541c9527
commit 53497d5ece
8 changed files with 28 additions and 34 deletions

View File

@@ -26,11 +26,11 @@ const nextConfig: NextConfig = {
},
{
protocol: "https",
hostname: "cdn.kain.id.vn",
hostname: "r2.kain.id.vn",
pathname: "**",
},
{
protocol: "http",
protocol: "https",
hostname: "cdn.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",
},
};