Is there a way to append HTML code into the <head> on export? I am creating very large PWA apps (around 1,000 pages) which require a manifest.json link to be included in the <head> of each page. Due to extremely slow loading I am having to move to a multi-page export which means that manually placing the link on every page is not an option...
Is there a way to do this currently? Can I manually adjust the software to append all html in the <head> section instead of the footer on my end? I personally have no use of ever appending custom html into the footer, but appending various html into the <head> would save me countless hours and hassle.