0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

[ci] format

This commit is contained in:
Erika 2024-02-14 13:02:54 +00:00 committed by astrobot-houston
parent 6884b103c8
commit 31de1ea8b8
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ if (image.srcSet.values.length > 0) {
}
if (import.meta.env.DEV) {
additionalAttributes['data-image-component'] = 'true';
additionalAttributes['data-image-component'] = 'true';
}
---

View file

@ -63,7 +63,7 @@ if (fallbackImage.srcSet.values.length > 0) {
}
if (import.meta.env.DEV) {
imgAdditionalAttributes['data-image-component'] = 'true';
imgAdditionalAttributes['data-image-component'] = 'true';
}
---