We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
polyfill.io
1 parent 21cce97 commit 1623c8dCopy full SHA for 1623c8d
docs/src/components/Document.js
@@ -20,7 +20,7 @@ const Document = ({ Body, children, Head, Html, siteData: { dev, versions } }) =
20
/>
21
22
<script src='https://cdn.jsdelivr.net/npm/core-js-bundle/minified.js' />
23
- <script src='https://polyfill.io/v3/polyfill.min.js?features=IntersectionObserver' />
+ <script src='https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=IntersectionObserver' />
24
<script
25
src={`https://cdnjs.cloudflare.com/ajax/libs/anchor-js/${versions.anchor}/anchor.min.js`}
26
0 commit comments