File tree Expand file tree Collapse file tree 4 files changed +443
-814
lines changed Expand file tree Collapse file tree 4 files changed +443
-814
lines changed Original file line number Diff line number Diff line change 35
35
"react-dom" : " ^19.1.0"
36
36
},
37
37
"devDependencies" : {
38
+ "@anolilab/unplugin-favicons" : " ^1.0.5" ,
38
39
"@tanstack/router-devtools" : " ^1.114.31" ,
39
40
"@tanstack/router-plugin" : " ^1.114.31" ,
40
41
"@testing-library/jest-dom" : " ^6.6.3" ,
Original file line number Diff line number Diff line change 1
1
import { defineConfig } from "vite" ;
2
2
import react from "@vitejs/plugin-react" ;
3
3
import { TanStackRouterVite } from "@tanstack/router-plugin/vite" ;
4
- // import unpluginFavicons from "@anolilab/unplugin-favicons/vite";
4
+ import unpluginFavicons from "@anolilab/unplugin-favicons/vite" ;
5
5
6
6
// https://vitejs.dev/config/
7
7
export default defineConfig ( {
@@ -15,22 +15,22 @@ export default defineConfig({
15
15
plugins : [
16
16
react ( ) ,
17
17
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
+ } ) ,
35
35
] ,
36
36
} ) ;
Original file line number Diff line number Diff line change 35
35
"nx" : " ^20.7.0" ,
36
36
"prettier" : " ^3.5.3" ,
37
37
"prettier-plugin-astro" : " ^0.14.1" ,
38
- "pwa-asset-generator" : " ^8.0.4" ,
39
38
"typescript-eslint" : " ^8.29.0"
40
39
},
41
40
"engines" : {
You can’t perform that action at this time.
0 commit comments