Skip to content

Commit

Permalink
Merge pull request #11 from linkielink/main
Browse files Browse the repository at this point in the history
fix: twitter url
  • Loading branch information
donovansolms authored Jan 19, 2024
2 parents 87e0b40 + 9667bd5 commit af815ff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
/>
<!-- theme -->
<meta name="theme-color" content="#06011e" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="asteroidprotocol.io" />

<meta name="twitter:card" content="summary" />
<meta property="twitter:domain" content="https://asteroidprotocol.io" />
<meta property="og:site_name" content="Asteroid Protocol" />
<meta property="og:type" content="website" />
<link
rel="apple-touch-icon"
sizes="180x180"
Expand Down

0 comments on commit af815ff

Please sign in to comment.