1
0
mirror of https://github.com/uetchy/namae.git synced 2025-10-14 23:22:19 +09:00

feat: open graph

This commit is contained in:
2019-08-14 11:47:26 +09:00
parent 046613cf7f
commit d209d75750
3 changed files with 11 additions and 2 deletions

View File

@@ -39,6 +39,15 @@
color="#5180fc"
/>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<meta property="og:title" content="namae" />
<meta property="og:description" content="Check availability of your new app name for major registries at once." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://namae.dev" />
<meta property="og:image" content="%PUBLIC_URL%/social.png" />
<meta name="twitter:card" content="summary_large_image"></meta>
<meta name="twitter:creator" content="@uetschy" />
<title>namae — name new project</title>
</head>
<body>