Skip to content

Commit

Permalink
feat: adsense verification
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed Apr 4, 2024
1 parent 5a09188 commit 8298a23
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,12 @@ const config = {
language: ['en'],
},
],
]
],
scripts: [{
src:
'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6181461532532600',
async: true,
}],
};

module.exports = config;

0 comments on commit 8298a23

Please sign in to comment.