Skip to content

Commit 75d0581

Browse files
committed
chore: revert to old favicon plugin
1 parent 45023bf commit 75d0581

File tree

4 files changed

+173
-107
lines changed

4 files changed

+173
-107
lines changed

.changeset/young-kids-grow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@quassel/frontend": patch
3+
---
4+
5+
Enhance time zone handling

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"react-dom": "^19.1.1"
3535
},
3636
"devDependencies": {
37-
"@openscript/unplugin-favicons": "^1.1.8",
37+
"@anolilab/unplugin-favicons": "^1.0.5",
3838
"@sinclair/typebox": "^0.34.41",
3939
"@tanstack/router-devtools": "^1.132.7",
4040
"@tanstack/router-plugin": "^1.132.7",

apps/frontend/vite.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig } from "vite";
22
import react from "@vitejs/plugin-react";
33
import tanstackRouter from "@tanstack/router-plugin/vite";
4-
import unpluginFavicons from "@openscript/unplugin-favicons/vite";
4+
import unpluginFavicons from "@anolilab/unplugin-favicons/vite";
55

66
// https://vitejs.dev/config/
77
export default defineConfig({
@@ -18,9 +18,9 @@ export default defineConfig({
1818
unpluginFavicons({
1919
logo: "./public/logo.svg",
2020
inject: true,
21-
appName: "LEMON",
22-
appShortName: "LEMON",
2321
favicons: {
22+
appName: "LEMON",
23+
appShortName: "LEMON",
2424
theme_color: "#FFC845",
2525
icons: {
2626
android: true,

0 commit comments

Comments
 (0)