We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61cd23e commit 07f8af1Copy full SHA for 07f8af1
1 file changed
uno.config.ts
@@ -101,10 +101,10 @@ export function sharedUnoConfig() {
101
},
102
// This will download the fonts and serve them locally
103
processors: createLocalFontProcessor({
104
- // Directory to cache the fonts
+ // Directory to cache the fonts
105
cacheDir: 'node_modules/.cache/unocss/fonts',
106
// Directory to save the fonts assets
107
- fontAssetsDir: 'public/assets/fonts',
+ fontAssetsDir: 'src/renderer/public/assets/fonts',
108
// Base URL to serve the fonts from the client
109
fontServeBaseUrl: '/assets/fonts',
110
}),
0 commit comments