QuiltMC/quiltmc.org

InstallerVersion.astro triggers on unrelated pages

Closed this issue · 0 comments

The InstallerVersion.astro queries the quilt maven. But it seems to be run on the mc-patchnotes page. This is also evident in the code where it null-checks the element with id installer-version. I believe an easy fix would be to simply move that check to be earlier. So the http call isn't made when not needed