mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
make configuration provider specific
Right now, the config is only about SEO. By moving it to the `@framework` directory, it can be customized on a per-provider basis.
This commit is contained in:
26
framework/saleor/config/seo.json
Normal file
26
framework/saleor/config/seo.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"title": "ACME Storefront | Powered by Next.js Commerce & Saleor",
|
||||
"titleTemplate": "%s - ACME Storefront",
|
||||
"description": "Next.js Commerce & Saleor - https://www.nextjs.org/commerce",
|
||||
"openGraph": {
|
||||
"title": "ACME Storefront | Powered by Next.js Commerce & Saleor",
|
||||
"description": "Next.js Commerce & Saleor - https://www.nextjs.org/commerce",
|
||||
"type": "website",
|
||||
"locale": "en_IE",
|
||||
"url": "https://nextjs.org/commerce",
|
||||
"site_name": "Next.js Commerce & Saleor",
|
||||
"images": [
|
||||
{
|
||||
"url": "/card-saleor.png",
|
||||
"width": 1200,
|
||||
"height": 675,
|
||||
"alt": "Next.js Commerce & Saleor"
|
||||
}
|
||||
]
|
||||
},
|
||||
"twitter": {
|
||||
"handle": "@nextjs",
|
||||
"site": "@nextjs",
|
||||
"cardType": "summary_large_image"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user