File tree 10 files changed +32
-2
lines changed
template-typescript/public
10 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 5
5
< link rel ="shortcut icon " href ="%PUBLIC_URL%/favicon.ico " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7
7
< meta name ="theme-color " content ="#000000 " />
8
+ < meta name ="description " content ="Web site created using create-react-app ">
9
+ < link rel ="apple-touch-icon " href ="logo192.png ">
8
10
<!--
9
11
manifest.json provides metadata used when your web app is installed on a
10
12
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Original file line number Diff line number Diff line change 6
6
"src" : " favicon.ico" ,
7
7
"sizes" : " 64x64 32x32 24x24 16x16" ,
8
8
"type" : " image/x-icon"
9
- }
9
+ },
10
+ {
11
+ "src" : " logo192.png" ,
12
+ "type" : " image/png" ,
13
+ "sizes" : " 192x192"
14
+ },
15
+ {
16
+ "src" : " logo512.png" ,
17
+ "type" : " image/png" ,
18
+ "sizes" : " 512x512"
19
+ }
10
20
],
11
21
"start_url" : " ." ,
12
22
"display" : " standalone" ,
Original file line number Diff line number Diff line change
1
+ # https://www.robotstxt.org/robotstxt.html
2
+ User-agent: *
3
+ Disallow: /static/
Original file line number Diff line number Diff line change 5
5
< link rel ="shortcut icon " href ="%PUBLIC_URL%/favicon.ico " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7
7
< meta name ="theme-color " content ="#000000 " />
8
+ < meta name ="description " content ="Web site created using create-react-app ">
9
+ < link rel ="apple-touch-icon " href ="logo192.png ">
8
10
<!--
9
11
manifest.json provides metadata used when your web app is installed on a
10
12
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Original file line number Diff line number Diff line change 6
6
"src" : " favicon.ico" ,
7
7
"sizes" : " 64x64 32x32 24x24 16x16" ,
8
8
"type" : " image/x-icon"
9
- }
9
+ },
10
+ {
11
+ "src" : " logo192.png" ,
12
+ "type" : " image/png" ,
13
+ "sizes" : " 192x192"
14
+ },
15
+ {
16
+ "src" : " logo512.png" ,
17
+ "type" : " image/png" ,
18
+ "sizes" : " 512x512"
19
+ }
10
20
],
11
21
"start_url" : " ." ,
12
22
"display" : " standalone" ,
Original file line number Diff line number Diff line change
1
+ # https://www.robotstxt.org/robotstxt.html
2
+ User-agent: *
3
+ Disallow: /static/
You can’t perform that action at this time.
0 commit comments