mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Move to components, and updates
This commit is contained in:
@@ -13,11 +13,10 @@ import { ProductView } from '@components/product'
|
||||
// Used by the Shopify Example
|
||||
const withMetafields = [
|
||||
{ namespace: 'reviews', key: 'rating' },
|
||||
{ namespace: 'descriptors', key: 'care_guide' },
|
||||
{ namespace: 'my_fields', key: 'weight' },
|
||||
{ namespace: 'reviews', key: 'count' },
|
||||
{ namespace: 'my_fields', key: 'width' },
|
||||
{ namespace: 'my_fields', key: 'weight' },
|
||||
{ namespace: 'my_fields', key: 'length' },
|
||||
{ namespace: 'my_fields', key: 'manufacturer_url' },
|
||||
]
|
||||
|
||||
export async function getStaticProps({
|
||||
|
Reference in New Issue
Block a user