File tree 2 files changed +34
-0
lines changed
2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,22 @@ export default defineConfig({
21
21
description : "The documentation website for AstroNvim." ,
22
22
favicon : "/astronvim.svg" ,
23
23
head : [
24
+ {
25
+ tag : "meta" ,
26
+ attrs : {
27
+ name : "theme-color" ,
28
+ content : "#feeeee" ,
29
+ media : "(prefers-color-scheme: light)" ,
30
+ } ,
31
+ } ,
32
+ {
33
+ tag : "meta" ,
34
+ attrs : {
35
+ name : "theme-color" ,
36
+ content : "#1a1d23" ,
37
+ media : "(prefers-color-scheme: dark)" ,
38
+ } ,
39
+ } ,
24
40
{
25
41
tag : "meta" ,
26
42
attrs : {
Original file line number Diff line number Diff line change 1
1
{
2
+ "name" : " AstroNvim Documentation" ,
3
+ "start_url" : " https://docs.astronvim.com" ,
4
+ "description" : " Documentation for the AstroNvim Neovim configuration." ,
5
+ "display" : " minimal-ui" ,
6
+ "background_color" : " #1a1d23" ,
7
+ "theme_color" : " #1a1d23" ,
2
8
"icons" : [
3
9
{
4
10
"src" : " https://astronvim.com/logo/android-chrome-192x192.png" ,
5
11
"type" : " image/png" ,
6
12
"sizes" : " 192x192"
7
13
},
14
+ {
15
+ "src" : " https://astronvim.com/logo/maskable_icon_x192.png" ,
16
+ "type" : " image/png" ,
17
+ "sizes" : " 192x192" ,
18
+ "purpose" : " any maskable"
19
+ },
8
20
{
9
21
"src" : " https://astronvim.com/logo/android-chrome-512x512.png" ,
10
22
"type" : " image/png" ,
11
23
"sizes" : " 512x512"
24
+ },
25
+ {
26
+ "src" : " https://astronvim.com/logo/maskable_icon_x512.png" ,
27
+ "type" : " image/png" ,
28
+ "sizes" : " 512x512" ,
29
+ "purpose" : " any maskable"
12
30
}
13
31
]
14
32
}
You can’t perform that action at this time.
0 commit comments