mirror of
https://github.com/vercel/commerce.git
synced 2025-03-15 15:02:32 +00:00
17 lines
430 B
JSON
17 lines
430 B
JSON
|
{
|
||
|
"title": "ACME Storefront | Powered by Next.js Commerce",
|
||
|
"titleTemplate": "%s - ACME Storefront",
|
||
|
"description": "Next.js Commerce -> https://www.nextjs.org/commerce",
|
||
|
"openGraph": {
|
||
|
"type": "website",
|
||
|
"locale": "en_IE",
|
||
|
"url": "https://nextjs.org/commerce",
|
||
|
"site_name": "Next.js Commerce"
|
||
|
},
|
||
|
"twitter": {
|
||
|
"handle": "@nextjs",
|
||
|
"site": "@nextjs",
|
||
|
"cardType": "summary_large_image"
|
||
|
}
|
||
|
}
|