chore(client): fix duplicate font

pull/2025/head
Elian Doran 2025-05-26 18:14:47 +07:00
parent 39d5c5f756
commit ba4a146b71
No known key found for this signature in database
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
}))
}),