Skip to content

Commit

Permalink
Set preload after load
Browse files Browse the repository at this point in the history
  • Loading branch information
pronist committed Jun 27, 2024
1 parent c11a8fc commit a25f73a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/js/vendor.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/** @see https://github.com/aFarkas/lazysizes */
import 'lazysizes'
import lazySizes from 'lazysizes'

lazySizes.cfg.preloadAfterLoad = true

/** @see https://highlightjs.org */
import hljs from 'highlight.js'
Expand Down

0 comments on commit a25f73a

Please sign in to comment.