summaryrefslogtreecommitdiff
path: root/packages/integrations/vercel/src/image/shared-dev-service.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-02-06chore: move vercel adapter to codeGravatar Emanuele Stoppa 1-3/+0
2024-08-29chore: supress lintingGravatar Alexander Niebuhr 1-1/+4
2024-04-12fix(vercel): Fix srcset generation not working on Vercel (#10756)Gravatar Erika 1-0/+2
* fix(vercel): Fix `srcset` generation not working on Vercel * chore: changeset * fix: remove densities and widths from the HTML attributes * nit: better changeset * nit: add formats
2023-09-13feat(vercel): Use Sharp in dev instead of Squoosh by default (#8445)Gravatar Erika 1-0/+33
* feat(vercel): Use Sharp in dev instead of Squoosh by default * fix(build): * nit: adjust with feedback * fix: imports * Update packages/integrations/vercel/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * docs: small change in other part of the README --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>