Skip to content

Instantly share code, notes, and snippets.

@hughker
Last active October 2, 2021 20:08
Show Gist options
  • Save hughker/44c4ef727c0fdfda31c1dec81855d375 to your computer and use it in GitHub Desktop.
Save hughker/44c4ef727c0fdfda31c1dec81855d375 to your computer and use it in GitHub Desktop.
Browser Sync Fix for Shopify
module.exports = {
snippetOptions: {
rule: {
match: /<\/head>/i,
fn: function(snippet, match) {
return snippet + match;
}
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment