diff --git a/layout/theme.liquid b/layout/theme.liquid index 03f3698..fb2f9ad 100644 --- a/layout/theme.liquid +++ b/layout/theme.liquid @@ -327,13 +327,13 @@ console.log(pageInfo); - const tags = {{ product.tags | json }} + {% comment %} const tags = {{ product.tags | json }} {% endcomment %} var pageInfo2 = { template: "{{ template }}", productTitle: "{{ product.title }}", productHandle: "{{ product.handle }}" - tags: tags + {% comment %} tags: tags {% endcomment %} // Add more properties as needed };