This commit is contained in:
willyb321
2020-03-12 06:33:27 +11:00
parent ebf4491901
commit 7f5c652f49
5 changed files with 24 additions and 10 deletions

View File

@@ -62,6 +62,14 @@ export default class Page extends React.Component {
*/
componentDidMount() {
document.title = this.state.title || 'Coriolis';
try {
(window.adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-3709458261881414",
enable_page_level_ads: true
});
} catch (error) {
}
}
/**