Skip to content

Commit

Permalink
Move swiper JS to server
Browse files Browse the repository at this point in the history
  • Loading branch information
nkalupahana committed Jan 25, 2024
1 parent 14d3f87 commit 6fe8654
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
</noscript>

<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js" defer></script>
<script src="/assets/js/swiper-bundle.min.js" defer></script>
<script src="/assets/js/typed.umd.js"></script>
<script src="/assets/js/lazysizes.min.js" async></script>

Expand Down
14 changes: 14 additions & 0 deletions assets/js/swiper-bundle.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/js/swiper-bundle.min.js.map

Large diffs are not rendered by default.

0 comments on commit 6fe8654

Please sign in to comment.