You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we want to use sharp, we can remove the image: { service: passthroughImageService() } from astro.config.js. That will enable sharp which is the default image service.
The text was updated successfully, but these errors were encountered:
This would improve page load time, especially on mobile networks.
I can see this was added recently. Let me know if there's another reason behind this change that I don't know about :)
https://github.com/paccao/allerthsbageri.se/blame/010054e2a1bb8a1dafcbf060232103c1b5ea331b/astro.config.js#L10
If we want to use
sharp
, we can remove theimage: { service: passthroughImageService() }
fromastro.config.js
. That will enablesharp
which is the default image service.The text was updated successfully, but these errors were encountered: