UNPKG

c1-cms

Version:

Contains React components distributed with C1 CMS.

7 lines (5 loc) 197 B
export function getBaseUrl() { let baseUrlMatches = /^.*?(?=\/Composite\/)/gi.exec(location.pathname); let baseUrl = baseUrlMatches == null ? "" : baseUrlMatches[0]; return baseUrl; }