Skip to content

Commit a650163

Browse files
committed
[fix] replace polyfill.io with cloudflare equivalent
1 parent e02baf6 commit a650163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fixtures/dom/public/renderer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
<div id="output"></div>
8282

83-
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
83+
<script src="https://cdnjs.cloudflare.com/polyfill/v2/polyfill.min.js"></script>
8484
<script src="renderer.js"></script>
8585
</body>
8686
</html>

0 commit comments

Comments
 (0)