QuiltMC / quiltmc.org

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

Upgrade to Node 18/19, also upgrade Astro if possible #119

Closed Southpaw1496 closed 2 weeks ago

Southpaw1496 commented 1 year ago

Thanks to #115, we can now use modern Node versions without Cloudflare having a heart attack, so we should upgrade. 18 is the LTS version, but I see no reason why we shouldn't upgrade to 19 if we can.

We should also upgrade to Astro 2.x if our extensions support it.

pluiedev commented 1 year ago

Upgrading Node is easy but if we were to upgrade to Astro 2.x, I'd like to make use of content collections since they provide a much better way to view and organize pages, which would cut down on a lot of wacky uses of Astro.glob in the codebase. However it looks quite complex and I don't really have spoons for that, but if anyone wants to tackle that then go ahead :purple_heart:

Southpaw1496 commented 1 year ago

Is there any reason not to upgrade to Node 19?

pluiedev commented 1 year ago

Is there any reason not to upgrade to Node 19?

Can't think of any