mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 04:30:31 +09:00
feat: open graph
This commit is contained in:
parent
046613cf7f
commit
d209d75750
@ -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>
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "name new project",
|
||||
"description": "namæ saves your time searching around registries and checking if the desired name is ready for use.",
|
||||
"description": "Check availability of your new app name candidates for major registries at once.",
|
||||
"placeholder": "search",
|
||||
"providers": {
|
||||
"domains": "Domains",
|
||||
@ -20,5 +20,5 @@
|
||||
"google": "Google Search"
|
||||
},
|
||||
"countryCode": "us",
|
||||
"try": "How about this?"
|
||||
"try": "Suggested Name"
|
||||
}
|
||||
|
BIN
web/public/social.png
Normal file
BIN
web/public/social.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 210 KiB |
Loading…
x
Reference in New Issue
Block a user