Skip to content

Instantly share code, notes, and snippets.

@cameronbourke
Last active May 14, 2016 03:44
Show Gist options
  • Save cameronbourke/0b3c628ceefb896180b91df434e62a78 to your computer and use it in GitHub Desktop.
Save cameronbourke/0b3c628ceefb896180b91df434e62a78 to your computer and use it in GitHub Desktop.
...
renderHead () {
return (
<Helmet
titleTemplate={'%s | ' + config.siteName}
meta=[{ ... }]
links={[{
rel='icon',
type='image/png',
sizes='16x16',
href={require('../public/favicons/favicon-16x16.png'),
}, {
...
}]}
/>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment