summaryrefslogtreecommitdiff
path: root/packages/frontend/vite.config.ts
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-06-21 18:12:01 +0100
committerdakkar <dakkar@thenautilus.net>2024-06-22 15:53:13 +0100
commitd21d428d64209d13bb2dafe3582f923a11609c9b (patch)
tree84b9d0f7a0360c7e6614fe02770aff3f09ed9978 /packages/frontend/vite.config.ts
parentreplaced ti-external-link (diff)
downloadsharkey-d21d428d64209d13bb2dafe3582f923a11609c9b.tar.gz
sharkey-d21d428d64209d13bb2dafe3582f923a11609c9b.tar.bz2
sharkey-d21d428d64209d13bb2dafe3582f923a11609c9b.zip
replaced ti-music
Diffstat (limited to 'packages/frontend/vite.config.ts')
-rw-r--r--packages/frontend/vite.config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/vite.config.ts b/packages/frontend/vite.config.ts
index 45ed2baa80..845cecac3b 100644
--- a/packages/frontend/vite.config.ts
+++ b/packages/frontend/vite.config.ts
@@ -213,6 +213,7 @@ export function getConfig(): UserConfig {
'ti ti-hourglass-empty': 'ph-hourglass ph-bold ph-lg',
'ti ti-search': 'ph-magnifying-glass ph-bold ph-lg',
'ti ti-external-link': 'ph-arrow-square-out ph-bold ph-lg',
+ 'ti ti-music': 'ph-music-notes ph-bold ph-lg',
},
}),
...process.env.NODE_ENV === 'production'