Skip to content

Commit 5cbe4e5

Browse files
authored
Merge pull request #126 from searleser97/develop
add meta tag
2 parents 2ea7afa + 4146ade commit 5cbe4e5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/docusaurus.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ module.exports = {
6262
src: "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5705416960449352",
6363
crossorigin: "anonymous"
6464
}
65+
},
66+
{
67+
tagName: "meta",
68+
attributes: {
69+
name: "google-adsense-account",
70+
content: "ca-pub-5705416960449352"
71+
}
6572
}
6673
]
6774
};

0 commit comments

Comments
 (0)