Skip to content

Commit

Permalink
Fix for long load times due to timeout of web-animations polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
IKCAP authored and mosoriob committed Dec 11, 2023
1 parent c0da936 commit a8611ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script src="./config.js"></script>
<link href="https://fonts.googleapis.com/css?family=Raleway:700,500,200" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script crossorigin src="https://polyfill.app/api/polyfill?features=web-animations"></script>
<!--script crossorigin src="https://polyfill.app/api/polyfill?features=web-animations"></script-->

<%- include fragments/icons -%>
<%- include fragments/critical-css -%>
Expand Down

0 comments on commit a8611ff

Please sign in to comment.