Skip to content

Commit eb9dd1f

Browse files
authored
Merge pull request #17 from FlutterFlow/pooja/algolia-fix
Algolia verification
2 parents 6b4bd58 + 6738444 commit eb9dd1f

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)