Moving Intelligems Script Location Below importmap
<script>
window.Shopify = window.Shopify || {theme: {id: {{ theme.id }}, role: '{{ theme.role }}' } };
window._template = {
directory: "{{ template.directory }}",
name: "{{ template.name }}",
suffix: "{{ template.suffix }}"
};
</script>
<script type="module" fetchpriority="high" src="https://cdn.intelligems.io/esm/123456789/bundle.js"></script><script type="importmap">{
"imports": {
"vendor": "",
"theme": "",
"photoswipe": ""
}
}
</script>Last updated
Was this helpful?