Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
nicped committed Jan 17, 2022
1 parent e1c51a3 commit 93b4dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

window.addEventListener("load", () => {
if (document.body.querySelector(".swiffy-slider")) {
import ('/assets/js/swiffy-slider.esm.min.js').then((swiffysliderModule) => {
import ('./assets/js/swiffy-slider.esm.min.js').then((swiffysliderModule) => {
window.swiffyslider = swiffysliderModule.swiffyslider;
window.swiffyslider.init();
});
Expand Down

0 comments on commit 93b4dfc

Please sign in to comment.