next-i18next
Version:
The easiest way to translate your NextJs apps.
1 lines • 112 B
JavaScript
export const removeSubpath = (url, subpath) => url.replace(subpath, '').replace(/(https?:\/\/)|(\/)+/g, "$1$2");
The easiest way to translate your NextJs apps.