feat(ecommerce): migrate Ari Shopping to Next.js 15 headless storefront v4
Build and Push Frontend / build (push) Failing after 9m42s
Build and Push Frontend / build (push) Failing after 9m42s
This commit is contained in:
@@ -23,6 +23,7 @@ export interface Product {
|
||||
featured: boolean;
|
||||
isNew: boolean;
|
||||
image: string;
|
||||
thumbnail: string;
|
||||
images: string[];
|
||||
tags: string[];
|
||||
variants: ProductVariant[];
|
||||
|
||||
Reference in New Issue
Block a user