Skip to content

Commit

Permalink
fix: optimize-img plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Jul 9, 2024
1 parent 85e0e8e commit d5525e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/lts/optimize-img.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ export default () => (site: Lume.Site) =>
String.fromCharCode(...binaryThumbHash),
)
img.setAttribute('data-thumbhash', base64Thumbhash)

img.replaceWith(img)
}
}
}))
Expand Down

0 comments on commit d5525e4

Please sign in to comment.