mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Merge branch 'master' into arzafran/responsive-bottom-grid
This commit is contained in:
3
pages/api/bigcommerce/wishlist.ts
Normal file
3
pages/api/bigcommerce/wishlist.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import wishlistApi from '@lib/bigcommerce/api/wishlist'
|
||||
|
||||
export default wishlistApi()
|
@@ -80,8 +80,8 @@ export default function Home({
|
||||
key={node.path}
|
||||
product={node}
|
||||
// The first image is the largest one in the grid
|
||||
imgWidth={i === 0 ? 1600 : 820}
|
||||
imgHeight={i === 0 ? 1600 : 820}
|
||||
imgWidth={i === 0 ? '65vw' : '30vw'}
|
||||
imgHeight={i === 0 ? '45vw' : '22vw'}
|
||||
priority
|
||||
/>
|
||||
))}
|
||||
|
Reference in New Issue
Block a user