File tree Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ const config: Config = {
225
225
{
226
226
tagName : 'meta' ,
227
227
name : 'theme-color' ,
228
- content : '#d675c3 ' ,
228
+ content : '#dbeafe ' ,
229
229
} ,
230
230
{
231
231
tagName : 'meta' ,
Original file line number Diff line number Diff line change 2
2
"short_name" : " Databend" ,
3
3
"name" : " Databend Documentation" ,
4
4
"icons" : [
5
+ {
6
+ "src" : " /img/logo/logo-no-text.png" ,
7
+ "sizes" : " 72x72" ,
8
+ "type" : " image/png"
9
+ },
10
+ {
11
+ "src" : " /img/logo/logo-no-text.png" ,
12
+ "sizes" : " 96x96" ,
13
+ "type" : " image/png"
14
+ },
15
+ {
16
+ "src" : " /img/logo/logo-no-text.pngg" ,
17
+ "sizes" : " 128x128" ,
18
+ "type" : " image/png"
19
+ },
20
+ {
21
+ "src" : " /img/logo/logo-no-text.png" ,
22
+ "sizes" : " 144x144" ,
23
+ "type" : " image/png"
24
+ },
25
+ {
26
+ "src" : " /img/logo/logo-no-text.png" ,
27
+ "sizes" : " 152x152" ,
28
+ "type" : " image/png"
29
+ },
5
30
{
6
31
"src" : " /img/logo/logo-no-text.png" ,
7
32
"sizes" : " 192x192" ,
8
33
"type" : " image/png"
9
34
},
35
+ {
36
+ "src" : " /img/logo/logo-no-text.png" ,
37
+ "sizes" : " 384x384" ,
38
+ "type" : " image/png"
39
+ },
10
40
{
11
41
"src" : " /img/logo/logo-no-text.png" ,
12
42
"sizes" : " 512x512" ,
13
43
"type" : " image/png"
14
44
}
15
45
],
16
46
"start_url" : " /" ,
17
- "background_color" : " #f7f0eb " ,
47
+ "background_color" : " #dbeafe " ,
18
48
"display" : " standalone" ,
19
49
"scope" : " /" ,
20
50
"theme_color" : " #d675c3"
You can’t perform that action at this time.
0 commit comments