Skip to content

Commit

Permalink
fix: product can have a single review (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shywim committed Dec 3, 2022
1 parent f904837 commit 56f0146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsonld/product.tsx
Expand Up @@ -20,7 +20,7 @@ export interface ProductJsonLdProps extends JsonLdProps {
images?: string[];
description?: string;
brand?: string;
reviews?: Review[];
reviews?: Review | Review[];
aggregateRating?: AggregateRating;
offers?: Offers | Offers[];
aggregateOffer?: AggregateOffer;
Expand Down

0 comments on commit 56f0146

Please sign in to comment.