docs(config): 添加百度联盟验证meta标签
为了通过百度联盟的验证,在VitePress配置中添加了`baidu_union_verify` meta标签
This commit is contained in:
parent
49854948be
commit
0d9eb7b93e
@ -71,6 +71,7 @@ export default defineConfig({
|
||||
['meta', { property: 'og:image:height', content: '600' }],
|
||||
['meta', { property: 'og:site_name', content: 'GitHub' }],
|
||||
['meta', { property: 'og:type', content: 'object' }],
|
||||
['meta', { property: 'baidu_union_verify', content: '8ab9e6068e7febf94e684886f81f406f' }],
|
||||
[
|
||||
'meta',
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user