mirror of
https://github.com/vercel/commerce.git
synced 2025-05-22 09:26:59 +00:00
* remove unused imports and localhost added as a local domain * Logo, Favicon and copyrights changed * Logo, Favicon and copyrights changed
26 lines
530 B
JSON
26 lines
530 B
JSON
{
|
|
"title": "CKUBE Storefront",
|
|
"titleTemplate": "%s - CKUBE Storefront",
|
|
"description": "",
|
|
"openGraph": {
|
|
"title": "CKUBE Storefront",
|
|
"description": "",
|
|
"type": "website",
|
|
"locale": "en_IE",
|
|
"url": "",
|
|
"site_name": "CKUBE Storefront",
|
|
"images": [
|
|
{
|
|
"url": "/ckube_small.svg",
|
|
"width": 800,
|
|
"height": 600,
|
|
"alt": "CKUBE Storefront"
|
|
}
|
|
]
|
|
},
|
|
"twitter": {
|
|
"handle": "@ckube",
|
|
"site": "@ckube",
|
|
"cardType": "summary_large_image"
|
|
}
|
|
} |