File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 "react-dom" : " ^19.1.0"
3636 },
3737 "devDependencies" : {
38+ "@anolilab/unplugin-favicons" : " ^1.0.5" ,
3839 "@tanstack/router-devtools" : " ^1.114.31" ,
3940 "@tanstack/router-plugin" : " ^1.114.31" ,
4041 "@testing-library/jest-dom" : " ^6.6.3" ,
Original file line number Diff line number Diff line change 11import { defineConfig } from "vite" ;
22import react from "@vitejs/plugin-react" ;
33import { TanStackRouterVite } from "@tanstack/router-plugin/vite" ;
4- // import unpluginFavicons from "@anolilab/unplugin-favicons/vite";
4+ import unpluginFavicons from "@anolilab/unplugin-favicons/vite" ;
55
66// https://vitejs.dev/config/
77export default defineConfig ( {
@@ -15,22 +15,22 @@ export default defineConfig({
1515 plugins : [
1616 react ( ) ,
1717 TanStackRouterVite ( { quoteStyle : "double" , semicolons : true } ) ,
18- // unpluginFavicons({
19- // logo: "./public/logo.svg",
20- // inject: true,
21- // appName: "LEMON",
22- // appShortName: "LEMON",
23- // favicons: {
24- // theme_color: "#FFC845",
25- // icons: {
26- // android: true,
27- // appleIcon: true,
28- // favicons: true,
29- // windows: true,
30- // yandex: true,
31- // appleStartup: false,
32- // },
33- // },
34- // }),
18+ unpluginFavicons ( {
19+ logo : "./public/logo.svg" ,
20+ inject : true ,
21+ appName : "LEMON" ,
22+ appShortName : "LEMON" ,
23+ favicons : {
24+ theme_color : "#FFC845" ,
25+ icons : {
26+ android : true ,
27+ appleIcon : true ,
28+ favicons : true ,
29+ windows : true ,
30+ yandex : true ,
31+ appleStartup : false ,
32+ } ,
33+ } ,
34+ } ) ,
3535 ] ,
3636} ) ;
Original file line number Diff line number Diff line change 3535 "nx" : " ^20.7.0" ,
3636 "prettier" : " ^3.5.3" ,
3737 "prettier-plugin-astro" : " ^0.14.1" ,
38- "pwa-asset-generator" : " ^8.0.4" ,
3938 "typescript-eslint" : " ^8.29.0"
4039 },
4140 "engines" : {
You can’t perform that action at this time.
0 commit comments