Created
May 14, 2016 04:19
-
-
Save cameronbourke/572f41c5b323928a068048f9cc92fc72 to your computer and use it in GitHub Desktop.
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
<Helmet | |
titleTemplate={"%s | " + config.siteName} | |
meta={[{ | |
name: 'apple-mobile-web-app-title', | |
content: config.appName, | |
}, { | |
... | |
}]} | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment