Skip to content

Commit

Permalink
Remove use of polyfill.io
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Jan 2, 2025
1 parent 79e88d4 commit 6d25302
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@:for(laika.site.metadata.description)
<meta name="description" content="${_}" />
@:@
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?version=4.8.0&features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400|Source+Sans+Pro:300,400,600"
rel="stylesheet" type="text/css">
Expand Down

0 comments on commit 6d25302

Please sign in to comment.