Emile Bangma
2024-06-13 81d00fc9c003a37033e0c0d92333801fa94d0633
quartz/plugins/transformers/links.ts
@@ -108,7 +108,7 @@
                  // url.resolve is considered legacy
                  // WHATWG equivalent https://nodejs.dev/en/api/v18/url/#urlresolvefrom-to
                  const url = new URL(dest, joinSegments(`https://base.com/`, curSlug))
                  const url = new URL(dest, "https://base.com/" + stripSlashes(curSlug, true))
                  const canonicalDest = url.pathname
                  let [destCanonical, _destAnchor] = splitAnchor(canonicalDest)
                  if (destCanonical.endsWith("/")) {