fix: actually push the density srcset
This commit is contained in:
parent
73a06292bc
commit
fc86fdf0c3
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ export const baseService: Omit<LocalImageService, 'transform'> = {
|
|||
srcSetValue.transform.format = targetFormat;
|
||||
}
|
||||
|
||||
srcSet.push();
|
||||
srcSet.push(srcSetValue);
|
||||
});
|
||||
} else if (widths) {
|
||||
widths.forEach((width) => {
|
||||
|
|
Loading…
Reference in a new issue