feat: update

pull/1657/head
Kamran Ahmed 5 years ago
parent ded53a2dcf
commit 4c8279530c
  1. 7
      components/helmet/index.js

@ -10,6 +10,7 @@ const prepareDescription = (givenDescription) => {
return givenDescription || siteConfig.description;
};
// noinspection JSUnresolvedLibraryURL
const Helmet = (props) => (
<NextHead>
<meta charSet='UTF-8' />
@ -65,8 +66,14 @@ const Helmet = (props) => (
gtag('config', '${process.env.GA_SECRET}');
`,
}} />
<script
data-ad-client="ca-pub-7480420865005146"
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
/>
</>
)}
</NextHead>
);

Loading…
Cancel
Save