Skip to content

Commit

Permalink
docs: replace polyfill.io
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Mar 1, 2024
1 parent ef8684c commit b5a83a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/Document.js
Expand Up @@ -20,7 +20,7 @@ const Document = ({ Body, children, Head, Html, siteData: { dev, versions } }) =
/>

<script src='https://cdn.jsdelivr.net/npm/core-js-bundle/minified.js' />
<script src='https://polyfill.io/v3/polyfill.min.js?features=IntersectionObserver' />
<script src='https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=IntersectionObserver' />
<script
src={`https://cdnjs.cloudflare.com/ajax/libs/anchor-js/${versions.anchor}/anchor.min.js`}
/>
Expand Down

0 comments on commit b5a83a1

Please sign in to comment.