File tree Expand file tree Collapse file tree 4 files changed +173
-107
lines changed Expand file tree Collapse file tree 4 files changed +173
-107
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @quassel/frontend " : patch
3+ ---
4+
5+ Enhance time zone handling
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11import { defineConfig } from "vite" ;
22import react from "@vitejs/plugin-react" ;
33import 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/
77export 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 ,
You can’t perform that action at this time.
0 commit comments