Skip to content

Commit

Permalink
[fix] replace polyfill.io with cloudflare equivalent (#30123)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnfssc committed Jun 28, 2024
1 parent e02baf6 commit b3aface
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/dom/public/renderer.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

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

<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
<script src="https://cdnjs.cloudflare.com/polyfill/v2/polyfill.min.js"></script>
<script src="renderer.js"></script>
</body>
</html>

0 comments on commit b3aface

Please sign in to comment.