Last active
October 2, 2021 20:08
-
-
Save hughker/44c4ef727c0fdfda31c1dec81855d375 to your computer and use it in GitHub Desktop.
Browser Sync Fix for Shopify
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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