setCdnBase
function setCdnBase(url): void;Defined in: packages/asset-client/src/index.ts:189
Override the CDN base for the entire process (e.g. in tests, or when pointing at a tenant-specific CDN). Storefront layouts call this once at boot.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
url |
string |
Returns
Section titled “Returns”void