@@ -8,43 +8,35 @@ export default class MyDocument extends Document {
8
8
< Html lang = "en" >
9
9
< Head >
10
10
< meta name = "theme-color" content = { theme . palette . primary . main } />
11
- < link rel = "shortcut icon" href = "favicon.ico" />
12
11
< meta name = "emotion-insertion-point" content = "" />
13
12
{ /* <!-- Primary Meta Tags --> */ }
14
13
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" />
15
14
< meta name = "description" content = "Design and Code a global community where anyone can learn and network with fellow developers and designers." />
16
15
{ /* <!-- Facebook --> */ }
17
16
< meta property = "og:type" content = "website" />
18
17
< meta property = "og:url" content = "https://www.designandcode.us/" />
19
- < meta property = "og:title" content = "Home | Design and Code" />
18
+ < meta property = "og:title" content = "Design and Code" />
20
19
< meta property = "og:description" content = "Design and Code a global community where anyone can learn and network with fellow developers and designers." />
21
20
< meta property = "og:image" content = "static\branding-logos\branding-transparent-logo.svg" />
22
21
{ /* <!-- Twitter --> */ }
23
22
< meta property = "twitter:card" content = "summary_large_image" />
24
23
< meta property = "twitter:url" content = "https://www.designandcode.us/" />
25
- < meta property = "twitter:title" content = "Home | Design and Code" />
24
+ < meta property = "twitter:title" content = "Design and Code" />
26
25
< meta property = "twitter:description" content = "Design and Code a global community where anyone can learn and network with fellow developers and designers." />
27
26
< meta property = "twitter:image" content = "static\branding-logos\branding-transparent-logo.svg" />
28
27
{ /* <!-- SEO Tags --> */ }
29
28
< meta name = "language" content = "EN" />
30
29
< meta property = "og:locale" content = "en" />
31
30
< meta property = "og:type" content = "website" />
32
- < meta property = "og:site_name" content = "Home | Design and Code" />
31
+ < meta property = "og:site_name" content = "Design and Code" />
33
32
< meta name = "url" content = "https://www.designandcode.us/" />
34
33
< meta name = "coverage" content = "Worldwide" />
35
34
< meta name = "distribution" content = "Global" />
36
35
< meta name = "apple-mobile-web-app-capable" content = "yes" />
37
36
< meta content = "yes" name = "apple-touch-fullscreen" />
38
- < meta name = "copyright" content = "Home | Design and Code" />
39
- { /* <!--
40
- Notice the use of %PUBLIC_URL% in the tags above.
41
- It will be replaced with the URL of the `public` folder during the build.
42
- Only files inside the `public` folder can be referenced from the HTML.
43
- Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
44
- work correctly both with client-side routing and a non-root public URL.
45
- Learn how to configure a non-root public URL by running `npm run build`.
46
- -->
47
- <!-- Favicons for different devices --> */ }
37
+ < meta name = "copyright" content = "Design and Code" />
38
+ { /* Favicons */ }
39
+ < link rel = "shortcut icon" href = "favicon/favicon.ico" />
48
40
< link rel = "apple-touch-icon" sizes = "180x180" href = "favicon/apple-touch-icon.png" />
49
41
< link rel = "icon" type = "image/png" sizes = "32x32" href = "favicon/favicon-32x32.png" />
50
42
< link rel = "icon" type = "image/png" sizes = "16x16" href = "favicon/favicon-16x16.png" />
0 commit comments