@@ -53,35 +53,43 @@ export default class MyDocument extends Document {
53
53
< Html lang = "en" >
54
54
< Head >
55
55
< meta name = "theme-color" content = { theme . palette . primary . main } />
56
+ < link rel = "shortcut icon" href = "favicon.ico" />
56
57
< meta name = "emotion-insertion-point" content = "" />
57
58
{ /* <!-- Primary Meta Tags --> */ }
58
59
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" />
59
60
< meta name = "description" content = "Design and Code a global community where anyone can learn and network with fellow developers and designers." />
60
61
{ /* <!-- Facebook --> */ }
61
62
< meta property = "og:type" content = "website" />
62
63
< meta property = "og:url" content = "https://www.designandcode.us/" />
63
- < meta property = "og:title" content = { metaTitle } />
64
+ < meta property = "og:title" content = "Home | Design and Code" />
64
65
< meta property = "og:description" content = "Design and Code a global community where anyone can learn and network with fellow developers and designers." />
65
66
< meta property = "og:image" content = "static\branding-logos\branding-transparent-logo.svg" />
66
67
{ /* <!-- Twitter --> */ }
67
68
< meta property = "twitter:card" content = "summary_large_image" />
68
69
< meta property = "twitter:url" content = "https://www.designandcode.us/" />
69
- < meta property = "twitter:title" content = { metaTitle } />
70
+ < meta property = "twitter:title" content = "Home | Design and Code" />
70
71
< meta property = "twitter:description" content = "Design and Code a global community where anyone can learn and network with fellow developers and designers." />
71
72
< meta property = "twitter:image" content = "static\branding-logos\branding-transparent-logo.svg" />
72
73
{ /* <!-- SEO Tags --> */ }
73
74
< meta name = "language" content = "EN" />
74
75
< meta property = "og:locale" content = "en" />
75
76
< meta property = "og:type" content = "website" />
76
- < meta property = "og:site_name" content = "Design and Code" />
77
+ < meta property = "og:site_name" content = "Home | Design and Code" />
77
78
< meta name = "url" content = "https://www.designandcode.us/" />
78
79
< meta name = "coverage" content = "Worldwide" />
79
80
< meta name = "distribution" content = "Global" />
80
81
< meta name = "apple-mobile-web-app-capable" content = "yes" />
81
82
< meta content = "yes" name = "apple-touch-fullscreen" />
82
- < meta name = "copyright" content = "Design and Code" />
83
- { /* Favicons */ }
84
- < link rel = "shortcut icon" href = "favicon/favicon.ico" />
83
+ < meta name = "copyright" content = "Home | Design and Code" />
84
+ { /* <!--
85
+ Notice the use of %PUBLIC_URL% in the tags above.
86
+ It will be replaced with the URL of the `public` folder during the build.
87
+ Only files inside the `public` folder can be referenced from the HTML.
88
+ Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
89
+ work correctly both with client-side routing and a non-root public URL.
90
+ Learn how to configure a non-root public URL by running `npm run build`.
91
+ -->
92
+ <!-- Favicons for different devices --> */ }
85
93
< link rel = "apple-touch-icon" sizes = "180x180" href = "favicon/apple-touch-icon.png" />
86
94
< link rel = "icon" type = "image/png" sizes = "32x32" href = "favicon/favicon-32x32.png" />
87
95
< link rel = "icon" type = "image/png" sizes = "16x16" href = "favicon/favicon-16x16.png" />
0 commit comments