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?
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