UNPKG

next-i18next

Version:

The easiest way to translate your NextJs apps.

1 lines 112 B
export const removeSubpath = (url, subpath) => url.replace(subpath, '').replace(/(https?:\/\/)|(\/)+/g, "$1$2");