hello,
in my _theme.less I've implemented my own mega menu, which is working perfectly on all pages except in product detail page. I've realized magento generates urls like:
static/frontend/Hoop/coronelli/it_IT/images/vegan.jpg
on all pages, which are correct, but in product detail it adds a "mage" word:
/static/frontend/Hoop/coronelli/it_IT/mage/images/vegan.jpg
which brings to a 404.
Why is this and how to solve?
Thanks a lot