forked from crowetic/commerce
* replace next-seo with custom solution * Updated check Co-authored-by: LFades <luis@vercel.com>
26 lines
691 B
JSON
26 lines
691 B
JSON
{
|
|
"title": "ACME Storefront | Powered by Next.js Commerce",
|
|
"titleTemplate": "%s - ACME Storefront",
|
|
"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",
|
|
"url": "https://nextjs.org/commerce",
|
|
"site_name": "Next.js Commerce",
|
|
"images": [
|
|
{
|
|
"url": "/card.png",
|
|
"width": "800",
|
|
"height": "600",
|
|
"alt": "Next.js Commerce"
|
|
}
|
|
]
|
|
},
|
|
"twitter": {
|
|
"handle": "@nextjs",
|
|
"site": "@nextjs",
|
|
"cardType": "summary_large_image"
|
|
}
|
|
}
|