mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(client): fix duplicate font
This commit is contained in:
parent
39d5c5f756
commit
ba4a146b71
@ -21,7 +21,7 @@ export default defineConfig(() => ({
|
|||||||
plugins: [
|
plugins: [
|
||||||
viteStaticCopy({
|
viteStaticCopy({
|
||||||
targets: assets.map((asset) => ({
|
targets: assets.map((asset) => ({
|
||||||
src: `src/${asset}/**/*`,
|
src: `src/${asset}/*`,
|
||||||
dest: asset
|
dest: asset
|
||||||
}))
|
}))
|
||||||
}),
|
}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user