sst / ion

❍ — a new engine for SST
https://ion.sst.dev
MIT License
1.09k stars 126 forks source link

`astro-sst` is not compatible with the image service "Sharp" #441

Open garysassano opened 1 month ago

garysassano commented 1 month ago
03:52:22 PM [astro] update /.sst/sst.log
03:52:22 PM [astro] The currently selected adapter `astro-sst` is not compatible with the image service "Sharp".
03:52:22 PM [astro] The adapter astro-sst doesn't support the feature assets. Your project won't be built. You should not use it.
03:52:22 PM [astro] The selected adapter astro-sst does not support Sharp or Squoosh for image processing. To ensure your project is still able to build, image processing has been disabled.
hexrw commented 1 month ago

I have somehow resolved this problem by switching to "hybrid" mode explicitly defining pages to pre-render. I think it's because now the images get optimized beforehand or something