Skip to content

Commit 82ed429

Browse files
authored
[Astro] Pcx_product should be name, not property (#21021)
1 parent 1cd9bfa commit 82ed429

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)