Skip to content

Commit

Permalink
feat: adsense meta tag (#306)
Browse files Browse the repository at this point in the history
* feat: adsense meta tag

* fix: correct metadata key name
  • Loading branch information
dwmkerr authored Apr 4, 2024
1 parent 66fee76 commit c7c77cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ const config = {
*/
playgroundPosition: 'top',
},
metadata: [{
name: 'google-site-verification',
content: 'ca-pub-6181461532532600',
}],
}),

plugins: [
Expand Down

0 comments on commit c7c77cf

Please sign in to comment.