minetest-world / mtlauncher

GNU Lesser General Public License v2.1
5 stars 3 forks source link

newest sveltekit release breaks game pages #17

Closed recluse4615 closed 1 year ago

recluse4615 commented 1 year ago

https://github.com/sveltejs/kit/pull/6974 breaks the build pipeline, even though the game pages are technically prerenderable. i hotfixed this in v0.0.3 by removing the prerender flag from that page, but it causes some interesting side-effects.

recluse4615 commented 1 year ago

https://github.com/minetest-world/mtlauncher/blob/main/src/routes/%2Blayout.js#L2 removing this line seems to resolve it locally, will test in a compiled build & push up if so