QuiltMC / quiltmc.org

The source for quiltmc.org
https://quiltmc.org
Other
58 stars 44 forks source link

InstallerVersion.astro triggers on unrelated pages #216

Closed TheEpicBlock closed 2 months ago

TheEpicBlock commented 2 months ago

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