{"mappings":"AAEA,MAAMA,MAAQC,SAASC,iBAAiB,WACxCF,MAAMG,SAAQC,IACd,MACMC,EADOD,EAAKE,aAAa,QACNC,WAAW,QAAS,KAC7CH,EAAKI,aAAa,OAAQH,EAAA","sources":["src/js/clean_links.js"],"sourcesContent":["//Due to parcel urlEncoding links in nested includes we need to remove all & from the links for them to work\n\nconst links = document.querySelectorAll('a[href]');\nlinks.forEach(link => {\nconst href = link.getAttribute('href');\nconst decodedHref = href.replaceAll('&', '&');\nlink.setAttribute('href', decodedHref);\n});"],"names":["links","document","querySelectorAll","forEach","link","decodedHref","getAttribute","replaceAll","setAttribute"],"version":3,"file":"index.004d5db7.js.map"}