Skip to content

Commit 1623c8d

Browse files
SukkaWlayershifter
andauthored
docs: replace polyfill.io (#4467)
Co-authored-by: Oleksandr Fediashov <alexander.mcgarret@gmail.com>
1 parent 21cce97 commit 1623c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/components/Document.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const Document = ({ Body, children, Head, Html, siteData: { dev, versions } }) =
2020
/>
2121

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

0 commit comments

Comments
 (0)