Skip to content

Commit

Permalink
docs: font flash in home page (ant-design#44333)
Browse files Browse the repository at this point in the history
Signed-off-by: afc163 <afc163@gmail.com>
  • Loading branch information
afc163 committed Aug 22, 2023
1 parent da699b1 commit 06d1c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ export default defineConfig({
crossorigin: true,
},
{
rel: 'prefetch',
rel: 'preload',
as: 'font',
href: '//at.alicdn.com/wf/webfont/exMpJIukiCms/Gsw2PSKrftc1yNWMNlXgw.woff2',
type: 'font/woff2',
crossorigin: true,
},
{
rel: 'prefetch',
rel: 'preload',
as: 'font',
href: '//at.alicdn.com/wf/webfont/exMpJIukiCms/vtu73by4O2gEBcvBuLgeu.woff',
type: 'font/woff2',
Expand Down

0 comments on commit 06d1c9a

Please sign in to comment.