Skip to content

Commit 5dc3320

Browse files
committed
Update docusaurus.config.js
1 parent 36896b5 commit 5dc3320

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docusaurus.config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const config = {
3131
baseUrl, // overwritten in github action for staging / latest
3232
onBrokenLinks: 'warn',
3333
onBrokenMarkdownLinks: 'warn',
34-
favicon: '/img/favicons/favicon-96x96.png',
34+
favicon: 'img/favicons/favicon-96x96.png',
3535

3636
headTags: [
3737
{
@@ -40,7 +40,7 @@ const config = {
4040
rel: 'icon',
4141
type: 'image/png',
4242
sizes: '96x96',
43-
href: '/img/favicons/favicon-96x96.png',
43+
href: 'img/favicons/favicon-96x96.png',
4444
},
4545
},
4646
{
@@ -49,7 +49,7 @@ const config = {
4949
rel: 'icon',
5050
type: 'image/png',
5151
sizes: '192x192',
52-
href: '/img/favicons/web-app-manifest-192x192.png',
52+
href: 'img/favicons/web-app-manifest-192x192.png',
5353
},
5454
},
5555
{
@@ -58,15 +58,15 @@ const config = {
5858
rel: 'icon',
5959
type: 'image/png',
6060
sizes: '512x512',
61-
href: '/img/favicons/web-app-manifest-512x512.png',
61+
href: 'img/favicons/web-app-manifest-512x512.png',
6262
},
6363
},
6464
{
6565
tagName: 'link',
6666
attributes: {
6767
rel: 'apple-touch-icon',
6868
sizes: '180x180',
69-
href: '/img/favicons/apple-touch-icon.png',
69+
href: 'img/favicons/apple-touch-icon.png',
7070
},
7171
},
7272
{
@@ -332,7 +332,7 @@ const config = {
332332
},
333333
{
334334
name: 'twitter:image',
335-
content: '/img/metamaskog.jpg',
335+
content: 'https://docs.metamask.io/img/metamaskog.jpg',
336336
},
337337
{
338338
name: 'twitter:image:alt',
@@ -349,7 +349,7 @@ const config = {
349349
// Open Graph meta tags for better social sharing
350350
{
351351
property: 'og:image',
352-
content: '/img/metamaskog.jpg',
352+
content: 'https://docs.metamask.io/img/metamaskog.jpg',
353353
},
354354
{
355355
property: 'og:image:width',

0 commit comments

Comments
 (0)