Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VovaStelmashchuk committed Sep 26, 2024
1 parent 1b89f1d commit e9165f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const buildGlasswareDetailsImage = (slug) => {

return formats.flatMap(format =>
sizes.map(size => ({
srcset: `${imageUrlStart}/v2/glassware/${slug}/${size.imageSize}.${format}`,
srcset: `${imageUrlStart}/v2/glasswares/${slug}/${size.imageSize}.${format}`,
media: `screen and (min-width: ${size.responseSize})`,
type: `image/${format}`
}))
Expand Down

0 comments on commit e9165f6

Please sign in to comment.