Skip to content

Commit 65f1476

Browse files
authored
verify algolia domain (#387)
1 parent a7746bb commit 65f1476

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/docusaurus.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@ const config = {
3636
locales: ['en'],
3737
},
3838

39+
headTags: [
40+
{
41+
tagName: 'meta',
42+
attributes: {
43+
name: 'algolia-site-verification',
44+
content: '536FEAE3B63DD658',
45+
},
46+
},
47+
],
48+
3949
presets: [
4050
[
4151
'classic',

0 commit comments

Comments
 (0)