Skip to content

Commit

Permalink
feat(App): change polyfill CDN
Browse files Browse the repository at this point in the history
closes #519
  • Loading branch information
hatemhosny committed Mar 1, 2024
1 parent 71b98d4 commit 1606b3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/livecodes/html/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,10 @@
<div id="modal-container" style="display: none">
<div id="modal"></div>
</div>
<script src="https://polyfill.io/v3/polyfill.min.js" crossorigin="anonymous"></script>
<script
src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js"
crossorigin="anonymous"
></script>
<script>
window.appCDN = '{{appCDN}}';
</script>
Expand Down

0 comments on commit 1606b3f

Please sign in to comment.