Skip to content

Commit 96408d3

Browse files
btraversclaude
andcommitted
chore(website): add Google Search Console verification meta tag
Adds the google-site-verification <meta> to the site head so the domain can be verified in Google Search Console. Rendered into every page's <head> by VitePress. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent d560b57 commit 96408d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/website/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export default defineConfig({
1717
sitemap: { hostname: SITE_URL },
1818

1919
head: [
20+
["meta", { name: "google-site-verification", content: "u6ZPW5bWbP9G1yF5Sv7B4fSOJm5rLbZWeH858tmisTc" }],
2021
["link", { rel: "icon", type: "image/svg+xml", href: "/favicon.svg" }],
2122
["link", { rel: "apple-touch-icon", sizes: "180x180", href: "/apple-touch-icon.png" }],
2223
["meta", { property: "og:type", content: "website" }],

0 commit comments

Comments
 (0)