astro/packages/integrations/image/test/fixtures/no-alt-text-picture
Jan Müller 72c760e9b8
feat(image): throw if alt text is missing (#4511)
* feat(image): throw if no `alt` is provided

* chore: add changeset

* docs(image): update README

* updated alt text stuff throughout

* fixing with-mdx test suite

* warn for missing alt text, will throw an error in a future release

* final README tweaks

Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-09-01 21:24:07 +00:00
..
public feat(image): throw if alt text is missing (#4511) 2022-09-01 21:24:07 +00:00
server feat(image): throw if alt text is missing (#4511) 2022-09-01 21:24:07 +00:00
src feat(image): throw if alt text is missing (#4511) 2022-09-01 21:24:07 +00:00
astro.config.mjs feat(image): throw if alt text is missing (#4511) 2022-09-01 21:24:07 +00:00
package.json feat(image): throw if alt text is missing (#4511) 2022-09-01 21:24:07 +00:00