fix(uno.config): timeout when fetching big web fonts

This commit is contained in:
Neko Ayaka
2025-04-10 19:17:18 +08:00
parent 9d37db96f7
commit d76c0550ad
6 changed files with 28 additions and 0 deletions
+4
View File
@@ -20,6 +20,10 @@ export default defineConfig({
serif: 'DM Serif Display',
mono: 'DM Mono',
},
timeouts: {
warning: 5000,
failure: 10000,
},
}),
presetIcons({
scale: 1.2,