We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d560b57 + 96408d3 commit fb621d4Copy full SHA for fb621d4
1 file changed
apps/website/.vitepress/config.ts
@@ -17,6 +17,7 @@ export default defineConfig({
17
sitemap: { hostname: SITE_URL },
18
19
head: [
20
+ ["meta", { name: "google-site-verification", content: "u6ZPW5bWbP9G1yF5Sv7B4fSOJm5rLbZWeH858tmisTc" }],
21
["link", { rel: "icon", type: "image/svg+xml", href: "/favicon.svg" }],
22
["link", { rel: "apple-touch-icon", sizes: "180x180", href: "/apple-touch-icon.png" }],
23
["meta", { property: "og:type", content: "website" }],
0 commit comments