Skip to content

Commit

Permalink
feat: removed unsecure polyfill.io page and replaced with cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
demtario committed Jul 8, 2024
1 parent dffd280 commit aa51b2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ export default defineNuxtConfig({
{
hid: 'polyfill',
defer: true,
src: 'https://polyfill.io/v3/polyfill.min.js?features=Intl.NumberFormat%2CIntl.PluralRules.~locale.pl',
fetchpriority: 'low',
src: 'https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?version=4.8.0&features=Intl.NumberFormat%2CIntl.PluralRules.~locale.pl',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "store",
"version": "1.7.1",
"version": "1.7.2",
"private": true,
"scripts": {
"start": "nuxt start",
Expand Down

0 comments on commit aa51b2e

Please sign in to comment.