Skip to content

Commit

Permalink
Move typed.js to local asset + sync
Browse files Browse the repository at this point in the history
  • Loading branch information
nkalupahana committed Jan 24, 2024
1 parent a6c9c03 commit 14d3f87
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ -40,7 +40,7 @@
</noscript>

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

{%- include custom-head.html -%}
Expand Down
3 changes: 3 additions & 0 deletions assets/js/typed.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 14d3f87

Please sign in to comment.