File tree Expand file tree Collapse file tree 7 files changed +9
-20
lines changed Expand file tree Collapse file tree 7 files changed +9
-20
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,10 @@ class MyDocument extends Document {
55 return (
66 < Html >
77 < Head >
8- < link href = "/favicon.png" rel = "icon" />
98 < meta charSet = "utf-8" />
9+ < link rel = "icon" href = "/favicon.png" type = "image/png" />
10+ < link rel = "icon" href = "/favicon.svg" type = "image/svg+xml" />
11+ < link rel = "mask-icon" href = "/mask-favicon.svg" color = "#1975FF" />
1012
1113 < meta content = "A collection of popular layouts and patterns made with CSS" name = "description" />
1214 < meta
@@ -21,7 +23,6 @@ class MyDocument extends Document {
2123 name = "twitter:description"
2224 />
2325 < meta content = "A collection of popular layouts and patterns made with CSS" name = "twitter:title" />
24- < meta content = "/assets/logo.png" name = "twitter:image" />
2526
2627 < meta content = "A collection of popular layouts and patterns made with CSS" property = "og:title" />
2728 < meta
@@ -30,10 +31,8 @@ class MyDocument extends Document {
3031 />
3132 < meta content = "article" property = "og:type" />
3233 < meta content = "https://csslayout.io" property = "og:url" />
33- < meta content = "/assets/logo.png" property = "og:image" />
3434 < meta content = "CSS Layout" property = "og:site_name" />
3535
36- < link rel = "icon" href = "/assets/favicon.png" />
3736 < link rel = "preconnect" href = "https://fonts.googleapis.com" />
3837 < link rel = "preconnect" href = "https://fonts.gstatic.com" crossOrigin = "true" />
3938 < link
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments