main
alexanderroese 2024-06-17 23:38:43 +02:00
parent de7e62895c
commit 8c84ae529b
1 changed files with 2 additions and 2 deletions

View File

@ -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
};