Skip to content

Commit

Permalink
Use cid
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed May 8, 2024
1 parent 53c909e commit 9b012c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/components/Picture.astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if (scopedStyleClass) {
}
}
for (const key in props) {
if (key.startsWith('data-astro-')) {
if (key.startsWith('data-astro-cid')) {
pictureAttributes[key] = props[key];
}
}
Expand Down

0 comments on commit 9b012c4

Please sign in to comment.