Skip to content

Commit

Permalink
update ogp
Browse files Browse the repository at this point in the history
  • Loading branch information
dmosites committed Dec 8, 2023
1 parent 9530179 commit fa04afc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "airswap-web",
"version": "0.1.0",
"private": true,
"homepage": "https://linea.airswap.eth.limo/",
"homepage": "https://swap.eth.limo/",
"scripts": {
"start": "craco start",
"build": "craco build",
Expand Down
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<meta name="theme-color" content="#2b71ff" />

<!-- Open Graph Metadata -->
<meta property="og:image" content="%PUBLIC_URL%/airswap-ogp.png" />
<meta property="og:image" content="https://uploads-ssl.webflow.com/645a5e62baf4b2054b2bf9d8/65250baa69591c108c27f9ae_airswap-og.webp" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:url" content="%PUBLIC_URL%" />
<meta property="og:url" content="https://swap.eth.limo/" />

<!-- Twitter Metadata -->
<meta name="twitter:image" content="%PUBLIC_URL%/airswap-ogp.png" />
<meta name="twitter:image" content="https://uploads-ssl.webflow.com/645a5e62baf4b2054b2bf9d8/65250baa69591c108c27f9ae_airswap-og.webp" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@AirSwap" />

Expand Down

0 comments on commit fa04afc

Please sign in to comment.