Skip to content

Commit

Permalink
fix: infra-18901 set cdn to point to microapps instead of the origina…
Browse files Browse the repository at this point in the history
…l b2b cdn
  • Loading branch information
xyzjace committed Dec 18, 2024
1 parent c27de61 commit f2134dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/storefront/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Environment, EnvSpecificConfig } from '@/types';
const ENVIRONMENT_CDN_BASE_PATH: EnvSpecificConfig<string> = {
local: '/',
integration: 'https://microapp-cdn.gcp.integration.zone/b2b-buyer-portal/',
staging: 'https://cdn.bundleb2b.net/b2b/staging/storefront/',
staging: 'https://microapp-cdn.gcp.staging.zone/b2b-buyer-portal/',
production: 'https://cdn.bundleb2b.net/b2b/production/storefront/',
};

Expand Down

0 comments on commit f2134dd

Please sign in to comment.