Browse Source

refactor(templates): replace `polyfill.io` (#7032)

pull/7142/head
Sukka 7 months ago
committed by GitHub
parent
commit
3a7ce75a1e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. 2
      dev/templates/legacy.pug

2
dev/templates/legacy.pug

@ -52,7 +52,7 @@ html
script(
crossorigin='anonymous'
src='https://polyfill.io/v3/polyfill.min.js?features=EventSource'
src='https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=EventSource'
)
//- JS

Loading…
Cancel
Save