Skip to content

Commit 0a0b9bb

Browse files
authored
docs: verify webtoo.ls profile (#7593)
1 parent 80cd129 commit 0a0b9bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export default ({ mode }: { mode: string }) => {
5959
['meta', { name: 'twitter:card', content: 'summary_large_image' }],
6060
['link', { rel: 'preload', as: 'style', onload: 'this.onload=null;this.rel=\'stylesheet\'', href: font }],
6161
['noscript', {}, `<link rel="stylesheet" crossorigin="anonymous" href="${font}" />`],
62+
['link', { rel: 'me', href: 'https://m.webtoo.ls/@vitest' }],
6263
['link', { rel: 'mask-icon', href: '/logo.svg', color: '#ffffff' }],
6364
['link', { rel: 'apple-touch-icon', href: '/apple-touch-icon.png', sizes: '180x180' }],
6465
],

0 commit comments

Comments
 (0)