Skip to content

Commit 6ce62df

Browse files
author
Tom Mitchelmore
committed
Add algolia verification
1 parent e4cfff0 commit 6ce62df

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docusaurus.config.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ const config: Config = {
5656

5757
trailingSlash: false,
5858

59+
headTags: [
60+
{
61+
tagName: "meta",
62+
attributes: {
63+
name: "algolia-site-verification",
64+
content: "9F1C2561CA9C8EB5",
65+
},
66+
},
67+
],
68+
5969
themeConfig: {
6070
// Replace with your project's social card
6171
image: "img/docusaurus-social-card.jpg",

0 commit comments

Comments
 (0)