File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change
1
+ dist
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ VitePWA({
52
52
})
53
53
```
54
54
55
- Check out the type declaration [ src/index.ts] ( ./src/index.ts ) and following links for more details.
55
+ Check out the type declaration [ src/index.ts] ( ./src/index.ts ) and the following links for more details.
56
56
57
57
- [ Manifest] ( https://developer.mozilla.org/en-US/docs/Web/Manifest )
58
58
- [ Workbox] ( https://developers.google.com/web/tools/workbox )
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ export function VitePWA(options: Partial<VitePWAOptions> = {}): Plugin {
23
23
start_url : '/' ,
24
24
display : 'standalone' ,
25
25
background_color : '#ffffff' ,
26
- theme_color : '#42b883' ,
27
26
lang : 'en' ,
28
27
}
29
28
You can’t perform that action at this time.
0 commit comments