mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 10:17:19 +08:00
chore(client): fix duplicate font
This commit is contained in:
parent
39d5c5f756
commit
ba4a146b71
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export default defineConfig(() => ({
|
|||
plugins: [
|
||||
viteStaticCopy({
|
||||
targets: assets.map((asset) => ({
|
||||
src: `src/${asset}/**/*`,
|
||||
src: `src/${asset}/*`,
|
||||
dest: asset
|
||||
}))
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue