Skip to content

Commit

Permalink
fix: πŸ› remove // in images plugin that breaks compression
Browse files Browse the repository at this point in the history
  • Loading branch information
nickreese committed Oct 8, 2021
1 parent 42f761d commit f2b5daa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/images/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ const plugin = {
return el;
}
// window.lazyLoadOptions ={}
var vanillaLazyLoad = document.createElement("script");
vanillaLazyLoad.src = "${plugin.config.vanillaLazyLocation}";
vanillaLazyLoad.rel = "preload";
Expand Down

0 comments on commit f2b5daa

Please sign in to comment.