Skip to content

Commit c6c0d43

Browse files
kodster28RebeccaTamachiro
authored andcommitted
[Astro] Pcx_product should be name, not property (#21021)
1 parent 6c083f9 commit c6c0d43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/overrides/Head.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ if (currentSection) {
5656
}
5757
5858
if (product.data.product.title) {
59-
["pcx_product", "algolia_product_filter"].map((property) => {
59+
["pcx_product", "algolia_product_filter"].map((name) => {
6060
metaTags.push({
61-
property,
61+
name,
6262
content: product.data.product.title,
6363
});
6464
});

0 commit comments

Comments
 (0)