og config

This commit is contained in:
okbel 2021-03-03 12:05:12 -03:00
parent 3682e64cfd
commit 09500d4edc
2 changed files with 12 additions and 2 deletions

View File

@ -1,12 +1,22 @@
{
"title": "ACME Storefront | Powered by Next.js Commerce",
"titleTemplate": "%s - ACME Storefront",
"description": "Next.js Commerce -> https://www.nextjs.org/commerce",
"description": "Next.js Commerce - https://www.nextjs.org/commerce",
"openGraph": {
"title": "ACME Storefront | Powered by Next.js Commerce",
"description": "Next.js Commerce - https://www.nextjs.org/commerce",
"type": "website",
"locale": "en_IE",
"url": "https://nextjs.org/commerce",
"site_name": "Next.js Commerce"
"site_name": "Next.js Commerce",
"images": [
{
"url": "/card.png",
"width": 800,
"height": 600,
"alt": "Next.js Commerce"
}
]
},
"twitter": {
"handle": "@nextjs",

BIN
public/card.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB