@@ -31,7 +31,7 @@ const config = {
31
31
baseUrl, // overwritten in github action for staging / latest
32
32
onBrokenLinks : 'warn' ,
33
33
onBrokenMarkdownLinks : 'warn' ,
34
- favicon : '/ img/favicons/favicon-96x96.png' ,
34
+ favicon : 'img/favicons/favicon-96x96.png' ,
35
35
36
36
headTags : [
37
37
{
@@ -40,7 +40,7 @@ const config = {
40
40
rel : 'icon' ,
41
41
type : 'image/png' ,
42
42
sizes : '96x96' ,
43
- href : '/ img/favicons/favicon-96x96.png' ,
43
+ href : 'img/favicons/favicon-96x96.png' ,
44
44
} ,
45
45
} ,
46
46
{
@@ -49,7 +49,7 @@ const config = {
49
49
rel : 'icon' ,
50
50
type : 'image/png' ,
51
51
sizes : '192x192' ,
52
- href : '/ img/favicons/web-app-manifest-192x192.png' ,
52
+ href : 'img/favicons/web-app-manifest-192x192.png' ,
53
53
} ,
54
54
} ,
55
55
{
@@ -58,15 +58,15 @@ const config = {
58
58
rel : 'icon' ,
59
59
type : 'image/png' ,
60
60
sizes : '512x512' ,
61
- href : '/ img/favicons/web-app-manifest-512x512.png' ,
61
+ href : 'img/favicons/web-app-manifest-512x512.png' ,
62
62
} ,
63
63
} ,
64
64
{
65
65
tagName : 'link' ,
66
66
attributes : {
67
67
rel : 'apple-touch-icon' ,
68
68
sizes : '180x180' ,
69
- href : '/ img/favicons/apple-touch-icon.png' ,
69
+ href : 'img/favicons/apple-touch-icon.png' ,
70
70
} ,
71
71
} ,
72
72
{
@@ -332,7 +332,7 @@ const config = {
332
332
} ,
333
333
{
334
334
name : 'twitter:image' ,
335
- content : '/img/metamaskog.jpg' ,
335
+ content : 'https://docs.metamask.io /img/metamaskog.jpg' ,
336
336
} ,
337
337
{
338
338
name : 'twitter:image:alt' ,
@@ -349,7 +349,7 @@ const config = {
349
349
// Open Graph meta tags for better social sharing
350
350
{
351
351
property : 'og:image' ,
352
- content : '/img/metamaskog.jpg' ,
352
+ content : 'https://docs.metamask.io /img/metamaskog.jpg' ,
353
353
} ,
354
354
{
355
355
property : 'og:image:width' ,
0 commit comments