Commit eac393f
authored
chore: Add Baidu & Google site verification meta tag (#2)
* chore: Add Baidu site verification meta tag
## Summary
Add the Baidu site verification meta tag to the Docusaurus global metadata configuration.
## Change
- Update `docusaurus.config.ts`
- Add:
- `name: 'baidu-site-verification'`
- `content: 'codeva-os2v9vP2vB'`
## Expected result
The generated site head will include:
```html
<meta name="baidu-site-verification" content="codeva-os2v9vP2vB" />
```
* chore: Add google site verification meta tag1 parent beee48b commit eac393f
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
0 commit comments