File tree 7 files changed +13
-2
lines changed
7 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ A basic HTML5 Boilerplate site initially looks something like this:
45
45
├── favicon.ico
46
46
├── humans.txt
47
47
├── icon.png
48
+ ├── icon.svg
48
49
├── index.html
49
50
├── package.json
50
51
├── robots.txt
Original file line number Diff line number Diff line change 12
12
< meta property ="og:url " content ="">
13
13
< meta property ="og:image " content ="">
14
14
15
- < link rel ="manifest " href ="site.webmanifest ">
15
+ < link rel ="icon " href ="/favicon.ico " sizes ="any ">
16
+ < link rel ="icon " href ="/icon.svg " type ="image/svg+xml ">
17
+
16
18
< link rel ="apple-touch-icon " href ="icon.png ">
17
19
<!-- Place favicon.ico in the root directory -->
18
20
19
21
< link rel ="stylesheet " href ="css/normalize.css ">
20
22
< link rel ="stylesheet " href ="css/style.css ">
21
23
24
+ < link rel ="manifest " href ="site.webmanifest ">
22
25
< meta name ="theme-color " content ="#fafafa ">
23
26
</ head >
24
27
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ A basic HTML5 Boilerplate site initially looks something like this:
45
45
├── favicon.ico
46
46
├── humans.txt
47
47
├── icon.png
48
+ ├── icon.svg
48
49
├── index.html
49
50
├── package.json
50
51
├── robots.txt
Original file line number Diff line number Diff line change 12
12
< meta property ="og:url " content ="">
13
13
< meta property ="og:image " content ="">
14
14
15
- < link rel ="manifest " href ="site.webmanifest ">
15
+ < link rel ="icon " href ="/favicon.ico " sizes ="any ">
16
+ < link rel ="icon " href ="/icon.svg " type ="image/svg+xml ">
17
+
16
18
< link rel ="apple-touch-icon " href ="icon.png ">
17
19
<!-- Place favicon.ico in the root directory -->
18
20
19
21
< link rel ="stylesheet " href ="css/normalize.css ">
20
22
< link rel ="stylesheet " href ="css/style.css ">
21
23
24
+ < link rel ="manifest " href ="site.webmanifest ">
22
25
< meta name ="theme-color " content ="#fafafa ">
23
26
</ head >
24
27
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ const expectedFilesInDistDir = [
39
39
'favicon.ico' ,
40
40
41
41
'icon.png' ,
42
+ 'icon.svg' ,
42
43
43
44
'img/' ,
44
45
'img/.gitignore' ,
You can’t perform that action at this time.
0 commit comments