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