1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

feat: update

This commit is contained in:
Kamran Ahmed
2020-01-18 10:44:58 +04:00
parent ded53a2dcf
commit 4c8279530c

View File

@@ -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>
);