Skip to content

Commit fb621d4

Browse files
authored
Merge pull request #17 from btravstack/chore/gsc-verification
chore(website): add Google Search Console verification tag
2 parents d560b57 + 96408d3 commit fb621d4

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)