forked from porsche-design-system/porsche-design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcdn.config.ts
More file actions
13 lines (12 loc) · 723 Bytes
/
cdn.config.ts
File metadata and controls
13 lines (12 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
export const CDN_BASE_URL_COM = 'https://cdn.ui.porsche.com';
export const CDN_BASE_URL_CN = 'https://cdn.ui.porsche.cn';
const basePath = 'porsche-design-system';
export const CDN_BASE_PATH_COMPONENTS = `${basePath}/components`;
export const CDN_BASE_PATH_CREST = `${basePath}/crest`;
export const CDN_BASE_PATH_FALLBACKS = `${basePath}/fallbacks`;
export const CDN_BASE_PATH_FONTS = `${basePath}/fonts`;
export const CDN_BASE_PATH_ICONS = `${basePath}/icons`;
export const CDN_BASE_PATH_MARQUE = `${basePath}/marque`;
export const CDN_BASE_PATH_META_ICONS = `${basePath}/meta-icons`;
export const CDN_BASE_PATH_MODEL_SIGNATURES = `${basePath}/model-signatures`;
export const CDN_BASE_PATH_STYLES = `${basePath}/styles`;