UNPKG

hirsun-vuepress-theme-hope-plus

Version:
4 lines 268 B
import { ensureEndingSlash } from "@vuepress/shared"; import { isAbsoluteUrl } from "vuepress-shared/client"; export const resolvePrefix = (prefix = "", path = "") => isAbsoluteUrl(path) ? path : `${ensureEndingSlash(prefix)}${path}`; //# sourceMappingURL=utils.js.map