@@ -18,6 +18,26 @@ export default class MyDocument extends Document {
18
18
/>
19
19
< link href = "https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css" rel = "stylesheet" />
20
20
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
21
+ < link rel = "shortcut icon" href = "/static/favicon/favicon.ico" />
22
+ < link rel = "icon" sizes = "16x16 32x32 64x64" href = "/static/favicon/favicon.ico" />
23
+ < link rel = "icon" type = "image/png" sizes = "196x196" href = "/static/favicon/favicon-192.png" />
24
+ < link rel = "icon" type = "image/png" sizes = "160x160" href = "/static/favicon/favicon-160.png" />
25
+ < link rel = "icon" type = "image/png" sizes = "96x96" href = "/static/favicon/favicon-96.png" />
26
+ < link rel = "icon" type = "image/png" sizes = "64x64" href = "/static/favicon/favicon-64.png" />
27
+ < link rel = "icon" type = "image/png" sizes = "32x32" href = "/static/favicon/favicon-32.png" />
28
+ < link rel = "icon" type = "image/png" sizes = "16x16" href = "/static/favicon/favicon-16.png" />
29
+ < link rel = "apple-touch-icon" href = "/static/favicon/favicon-57.png" />
30
+ < link rel = "apple-touch-icon" sizes = "114x114" href = "/static/favicon/favicon-114.png" />
31
+ < link rel = "apple-touch-icon" sizes = "72x72" href = "/static/favicon/favicon-72.png" />
32
+ < link rel = "apple-touch-icon" sizes = "144x144" href = "/static/favicon/favicon-144.png" />
33
+ < link rel = "apple-touch-icon" sizes = "60x60" href = "/static/favicon/favicon-60.png" />
34
+ < link rel = "apple-touch-icon" sizes = "120x120" href = "/static/favicon/favicon-120.png" />
35
+ < link rel = "apple-touch-icon" sizes = "76x76" href = "/static/favicon/favicon-76.png" />
36
+ < link rel = "apple-touch-icon" sizes = "152x152" href = "/static/favicon/favicon-152.png" />
37
+ < link rel = "apple-touch-icon" sizes = "180x180" href = "/static/favicon/favicon-180.png" />
38
+ < meta name = "msapplication-TileColor" content = "#FFFFFF" />
39
+ < meta name = "msapplication-TileImage" content = "/static/favicon/favicon-144.png" />
40
+ < meta name = "msapplication-config" content = "/static/browserconfig.xml" />
21
41
</ Head >
22
42
< body >
23
43
< Main />
0 commit comments