YoungVision-eV / homepage-sveltekit

https://www.youngvision.org/
GNU General Public License v3.0
3 stars 0 forks source link

Fix long start up time of tests #164

Open MrGreenTea opened 11 months ago

MrGreenTea commented 10 months ago

This should be fixed with better image optimizations. Until sveltekit supports caching of optimized images we'll have to move away from enhanced:img and optimize the images ourselves.

Perhaps we can build some automation for this separate from pnpm run build?

See https://github.com/sveltejs/kit/issues/11135