Skip to content

Commit

Permalink
docs: replace polyfill.io (#1933)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW authored Mar 4, 2024
1 parent f8daebd commit 482bbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ export default defineConfig({
},
runtimePublicPath: {},
headScripts: [
'https://polyfill.io/v3/polyfill.js?features=Intl.RelativeTimeFormat,Intl.RelativeTimeFormat.~locale.en',
'https://polyfill.alicdn.com/v3/polyfill.js?features=Intl.RelativeTimeFormat,Intl.RelativeTimeFormat.~locale.en',
],
legacy: {},
});

0 comments on commit 482bbbb

Please sign in to comment.