I can't wrap my head around this. I'm on mobile so forgive me. I'm trying to add dynamic values to an array like this:
{% set myArray = myArray|merge("href": {{ product.href }})%}.
I'm getting the 'A hash key must be a quotes string, a number, a name...'.
What am I doing wrong?