You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Might consider adding as it's a part of Amphora's references module that is used in publish chains sometimes:
/**
* Get the prefix of a page like 'some-domain.com/some-path/_pages/' with the page id.
*
* @param {string} uri
* @returns {string}
*/
function getPagePrefix(uri) {
return uri.substr(0, uri.indexOf('/_pages/'));
}
The text was updated successfully, but these errors were encountered:
Might consider adding as it's a part of Amphora's references module that is used in publish chains sometimes:
The text was updated successfully, but these errors were encountered: