UNPKG

vike

Version:

The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.

6 lines (5 loc) 198 B
export { getCurrentUrl }; import { normalizeClientSideUrl } from './normalizeClientSideUrl.js'; function getCurrentUrl(options) { return normalizeClientSideUrl(window.location.href, options); }