Logo, Favicon and copyrights changed (#3)

* remove unused imports and localhost added as a local domain

* Logo, Favicon and copyrights changed

* Logo, Favicon and copyrights changed
This commit is contained in:
vijayakumarv-trika
2021-08-12 17:35:15 +05:30
committed by GitHub
parent 7bfc5c8873
commit 66d8737fe6
9 changed files with 130 additions and 60 deletions

View File

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