Skip to content

Commit fed7f30

Browse files
committed
feat: update Open Graph and Twitter meta tags to use local image paths
1 parent 57655b8 commit fed7f30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
<meta property="og:url" content="https://explorer.iex.ec/" />
1313
<meta property="og:title" content="iExec Explorer" />
1414
<meta property="og:description" content="Discover, search and analyze iExec assets, deals, tasks, and more." />
15-
<meta property="og:image" content="https://explorer.iex.ec/og-image.png" />
15+
<meta property="og:image" content="/src/assets/og-image.png" />
1616
<!-- Twitter -->
1717
<meta name="twitter:card" content="summary_large_image" />
1818
<meta name="twitter:url" content="https://explorer.iex.ec/" />
1919
<meta name="twitter:title" content="iExec Explorer" />
2020
<meta name="twitter:description" content="Discover, search and analyze iExec assets, deals, tasks, and more." />
21-
<meta name="twitter:image" content="https://explorer.iex.ec/og-image.png" />
21+
<meta name="twitter:image" content="/src/assets/og-image.png" />
2222
<!-- End of useful meta tags -->
2323
<link rel="icon" type="image/svg+xml" href="/src/assets/logo.png" />
2424
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

src/assets/og-image.png

935 KB
Loading

0 commit comments

Comments
 (0)