UPDATE: New cdn, assets
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m21s
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m21s
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user