Skip to content

Instantly share code, notes, and snippets.

@procarrera
Last active August 25, 2021 18:33
Show Gist options
  • Save procarrera/9da2933a9e9b32c886971fb9356e664d to your computer and use it in GitHub Desktop.
Save procarrera/9da2933a9e9b32c886971fb9356e664d to your computer and use it in GitHub Desktop.
Web Vitals Shopify
<link rel="preconnect" href="https://cdn.shopify.com" crossorigin>
<link rel="preconnect" href="https://fonts.shopify.com" crossorigin>
<link rel="preconnect" href="https://monorail-edge.shopifysvc.com" crossorigin>
<link rel="preload" href="{{ 'lazysizes.js' | asset_url }}" as="script">
<link rel="preload" href="{{ 'vendor.js' | asset_url }}" as="script">
<link rel="preload" href="{{ 'theme.js' | asset_url }}" as="script">
<link rel="preload" href="{{ 'theme.css' | asset_url }}" as="style">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment