mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-31 23:58:50 +01:00
fix: revert fonts resolution path in vite.config.ts
This commit is contained in:
parent
0c326797dd
commit
7c2134fb12
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ export default defineConfig({
|
|||
resolve: {
|
||||
alias: {
|
||||
'~': path.join(__dirname, 'src/'),
|
||||
$fonts: resolve('/fonts'),
|
||||
$fonts: resolve('public/fonts'),
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue