UNPKG

@lucidcms/core

Version:

The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.

2 lines 289 B
import{getMediaKeyParts as e}from"./media-key-tenant.mjs";const t=t=>{let n=e(t);return n.parts.length===0?t:n.rootIndex===-1?n.parts.join(`/`):n.identity?n.parts.slice(0,n.identityIndex+1).join(`/`):n.parts.join(`/`)};export{t as default}; //# sourceMappingURL=normalize-media-key.mjs.map