Skip to content

Commit 07f8af1

Browse files
committed
fix(uno): update fonts assets dir
1 parent 61cd23e commit 07f8af1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

uno.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ export function sharedUnoConfig() {
101101
},
102102
// This will download the fonts and serve them locally
103103
processors: createLocalFontProcessor({
104-
// Directory to cache the fonts
104+
// Directory to cache the fonts
105105
cacheDir: 'node_modules/.cache/unocss/fonts',
106106
// Directory to save the fonts assets
107-
fontAssetsDir: 'public/assets/fonts',
107+
fontAssetsDir: 'src/renderer/public/assets/fonts',
108108
// Base URL to serve the fonts from the client
109109
fontServeBaseUrl: '/assets/fonts',
110110
}),

0 commit comments

Comments
 (0)