Skip to content

Commit

Permalink
add google-site-verification meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Roma36 committed Oct 25, 2023
1 parent 595228d commit 4a963c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ const config = {
url: "https://opentofu.org",

headTags: [
{
tagName: "meta",
attributes: {
name: "google-site-verification",
content: "hVtF1Wv4x67pe-uEbC2ipFAMe-FP-EjhDybs6uJWjGU",
},
},
{
tagName: "link",
attributes: {
Expand Down

0 comments on commit 4a963c0

Please sign in to comment.