Skip to content

Commit

Permalink
Switch to Clouflare polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Dec 24, 2024
1 parent 0f6c10b commit d80dd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/concerns/polyfill.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = ({ polyfills }) ->
# Use Polyfill.io for most polyfills
head: script: [
do ->
src = 'https://polyfill.io/v3/polyfill.min.js?features=' +
src = 'https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=' +
polyfills.join '%2C'
{ hid: 'polyfill', src, body: true }
]
Expand Down

0 comments on commit d80dd7e

Please sign in to comment.