@@ -12,9 +12,33 @@ function MyApp({ Component, pageProps }: AppProps) {
12
12
return (
13
13
< ChakraProvider theme = { theme } >
14
14
< Head >
15
- < title > D_D Academy</ title >
16
- < meta name = "description" content = "Generated by create next app" />
17
- < link rel = "icon" href = "/favicon.ico" />
15
+ < title > Developer DAO Academy</ title >
16
+ < link rel = "icon" href = "/favicon/favicon.ico" />
17
+ < link
18
+ rel = "apple-touch-icon"
19
+ sizes = "180x180"
20
+ href = "/favicon/apple-touch-icon.png"
21
+ />
22
+ < link
23
+ rel = "icon"
24
+ type = "image/png"
25
+ sizes = "32x32"
26
+ href = "/favicon/favicon-32x32.png"
27
+ />
28
+ < link
29
+ rel = "icon"
30
+ type = "image/png"
31
+ sizes = "16x16"
32
+ href = "/favicon/favicon-16x16.png"
33
+ />
34
+ < link rel = "manifest" href = "/favicon/site.webmanifest" />
35
+ < link
36
+ rel = "mask-icon"
37
+ href = "/favicon/safari-pinned-tab.svg"
38
+ color = "#000000"
39
+ />
40
+ < meta name = "msapplication-TileColor" content = "#ffffff" />
41
+ < meta name = "theme-color" content = "#000000" />
18
42
</ Head >
19
43
< WalletProvider >
20
44
< DefaultSeo
@@ -25,7 +49,7 @@ function MyApp({ Component, pageProps }: AppProps) {
25
49
site_name : 'Developer DAO Academy' ,
26
50
title : 'Developer DAO Academy' ,
27
51
description :
28
- 'Academy is an open-source education platform created by the Developer DAO.' ,
52
+ 'Academy is an open-source education platform created by the Developer DAO Foundation .' ,
29
53
images : [
30
54
{
31
55
url : `https://${ process . env . NEXT_PUBLIC_VERCEL_URL } /landing-page-screenshot.png` ,
@@ -42,7 +66,7 @@ function MyApp({ Component, pageProps }: AppProps) {
42
66
additionalLinkTags = { [
43
67
{
44
68
rel : 'icon' ,
45
- href : '/favicon.ico' ,
69
+ href : '/favicon/favicon .ico' ,
46
70
} ,
47
71
] }
48
72
/>
0 commit comments