UNPKG

gatsby-source-prismic

Version:

Gatsby source plugin for building websites using Prismic as a data source

10 lines (9 loc) 334 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const withoutURLParameter = (url, key) => { const instance = new URL(url); instance.searchParams.delete(key); return instance.toString(); }; exports.withoutURLParameter = withoutURLParameter; //# sourceMappingURL=withoutURLParameter.cjs.map