fix(build): do not add hash to favicon and assets

This commit is contained in:
Kendall Garner
2026-02-20 08:48:36 -08:00
parent dbd8ce2380
commit a377eae2f4
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ export const useAppTheme = (overrideTheme?: AppTheme) => {
textStyleRef.current.textContent = `
@font-face {
font-family: "dynamic-font";
src: url("feishin://${custom}");
src: url("feishin:${custom}");
}`;
} else {
const root = document.documentElement;