UPDATE: New cdn, assets
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m21s

This commit is contained in:
2026-02-17 22:26:15 +07:00
parent cf5eaaa3d4
commit 8fbb27b5c1
69 changed files with 487057 additions and 1131 deletions

View File

@@ -26,7 +26,12 @@ const nextConfig: NextConfig = {
},
{
protocol: "https",
hostname: "api.hakush.in",
hostname: "cdn.kain.id.vn",
pathname: "**",
},
{
protocol: "http",
hostname: "cdn.kain.id.vn",
pathname: "**",
}
],
@@ -34,6 +39,9 @@ const nextConfig: NextConfig = {
compiler: {
styledComponents: true,
},
env: {
CDN_URL: "https://cdn.kain.id.vn/firefly/assets/asbres",
},
};
export default withBundleAnalyzer(withNextIntl(nextConfig));