Skip to content

Commit 6738444

Browse files
committed
algolia meta verification
1 parent add8376 commit 6738444

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docusaurus.config.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@ const config: Config = {
6262
},
6363
],
6464

65+
headTags: [
66+
{
67+
tagName: 'meta',
68+
attributes: {
69+
name: 'algolia-site-verification',
70+
content: '3729CD2994E8DDE1',
71+
},
72+
},
73+
],
74+
6575
themeConfig: {
6676
// Replace with your project's social card
6777
image: 'img/social-card-docs.png',

0 commit comments

Comments
 (0)