Generte the images in _astro #1077
Closed
wildfiremedia
started this conversation in
Proposal
Replies: 1 comment
-
Astro offers the API to create an external image service: https://docs.astro.build/en/reference/image-service-reference/#building-using-the-image-services-api |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Body
Currently, when using
<Image />
and compile on macOS, my site (SSR) will be deploy on Linux environment which may have low hardware resources. We could generate multiple image files without constantly relying on Sharp service for on-the-fly image transformation.Beta Was this translation helpful? Give feedback.
All reactions