Skip to content

Commit cddaeac

Browse files
Add adsense script
1 parent 2a396ca commit cddaeac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docusaurus.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ module.exports = {
1111
favicon: 'img/favicon.jpg',
1212
organizationName: 'codezri',
1313
projectName: 'codezri.github.io',
14+
scripts: [
15+
{
16+
src: "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js",
17+
async: true
18+
}
19+
],
1420
themeConfig: {
1521
gtag: {
1622
trackingID: 'UA-160712034-1',

0 commit comments

Comments
 (0)