Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 3292e35

Browse files
committed
docs: SEO meta tags
1 parent c90fe1e commit 3292e35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/docs/.vitepress/config.ts

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ export default defineConfig({
1919
['meta', {property: 'twitter:card', name: 'twitter:card', content: 'summary'}],
2020
['meta', {property: 'twitter:title', name: 'twitter:title', content: title}],
2121
['meta', {property: 'twitter:description', name: 'twitter:description', content: description}],
22+
[
23+
'meta',
24+
{name: 'google-site-verification', content: '5qaNOhy04EUWiQ3Vr-Ox-BO_x5d024bVp26ukr-dKNc'},
25+
],
2226
],
2327
vite: {
2428
plugins: [Icons()],

0 commit comments

Comments
 (0)