UNPKG

ice.fo.utils

Version:

8 lines (6 loc) 204 B
export default function getBoPageUrl(page, { $config }) { if (page && !page.startsWith('/')) { return `${$config.backOfficeUrl}/${page.trim()}`; } return $config.backOfficeUrl + page.trim(); }