ef9345767b
* fix: SSR builds were hitting an undefined error and skipping the step for copying original assets * chore: update lockfile * chore: adding better error validation to getImage and getPicture * refactor: cleaning up index.ts * refactor: moving SSG build generation logic out of the integration * splitting build to ssg & ssr helpers, re-enabling SSR image build tests * sharp should automatically rotate based on EXIF * cleaning up how static images are tracked for SSG builds * undo unrelated mod.d.ts change * chore: add changeset
199 B
199 B
@astrojs/image |
---|
minor |
- Fixes two bugs that were blocking SSR support when deployed to a hosting service
- The built-in
sharp
service now automatically rotates images based on EXIF data