You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normally assets on shopify would be loaded via <img src="{{ 'test.static.png' | asset_url }}" /> or {{ 'test.static.png' | asset_url | img_tag: 'test' }} in a liquid template.
With the Vue component, you may need to reference the file relatively instead of absolute (Untested).
Operating system
Ubuntu
Node.js version
16
Shopify CLI version
2.18
Browsers
Chrome
Version
4 (Current)
Modifications
No response
Details
/shopify/assets
directory<img src="/assets/test.static.png">
, or within a vue componentshopify theme serve
, verify that it worksNotice
The text was updated successfully, but these errors were encountered: