Skip to content

Commit

Permalink
chore: 延长字体获取超时时间
Browse files Browse the repository at this point in the history
  • Loading branch information
ZvonimirSun committed Jan 6, 2025
1 parent 3ece3ea commit 432ed88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions uno.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ export default defineConfig({
mono: 'JetBrains Mono:300,400,700',
inter: 'Inter:500,700',
},
timeouts: {
warning: 5000,
failure: 10000,
},
}),
presetTypography(),
],
Expand Down

0 comments on commit 432ed88

Please sign in to comment.