Skip to content

Instantly share code, notes, and snippets.

@vzhou842
Created June 18, 2021 23:58
Show Gist options
  • Save vzhou842/9bb68147381692ff20ca5ad25b16d2bf to your computer and use it in GitHub Desktop.
Save vzhou842/9bb68147381692ff20ca5ad25b16d2bf to your computer and use it in GitHub Desktop.
const React = require('react');
exports.onRenderBody = ({ setHeadComponents }) => {
setHeadComponents([
<script
dangerouslySetInnerHTML={{
__html: '// REPLACE THIS WITH ACTUAL CODE',
}}
/>,
]);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment