Skip to content

Commit 71e717a

Browse files
Update Google Search Console TXT record (#4)
1 parent abc8676 commit 71e717a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dnsconfig.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ D("babeljs.io", REG_NONE, DnsProvider(DNS_CLOUDFLARE),
3333
CNAME("discuss", "hosted-vh1.discourse.org."),
3434
CNAME("podcast", "babel-podcast.netlify.com."),
3535
CNAME("donate", "babeljs.io."), // Will redirect to OpenCollective
36-
37-
// ???
38-
TXT("@", "google-site-verification=P2hE7IscrrfmQWVSQm1_QSB7rXxuKYDm3S5r2if9qkY"), // Google Workspace?
36+
// Google Search Console
37+
TXT("@", "google-site-verification=dvqOoItOBGcbHYIZLluqVF-iOnWx7gGHQVK_vtzHCYo"),
3938
);
4039

4140
D("babeljs.com", REG_NONE, DnsProvider(DNS_CLOUDFLARE),

0 commit comments

Comments
 (0)