Skip to content

Instantly share code, notes, and snippets.

@scsskid
Created June 2, 2021 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scsskid/14dda5f8680045e249c2ad35abcfa682 to your computer and use it in GitHub Desktop.
Save scsskid/14dda5f8680045e249c2ad35abcfa682 to your computer and use it in GitHub Desktop.
[getCurrentUrl]
//src: https://github.com/swup/swup/blob/master/src/helpers/getCurrentUrl.js
const getCurrentUrl = () => {
return window.location.pathname + window.location.search;
};
export default getCurrentUrl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment