Merge pull request #772 from langflow-ai/docs-issue-519-meta-tag
Chore: Temporarily add meta tag to docs site to verify Algolia
This commit is contained in:
commit
c99d2a1e1a
1 changed files with 8 additions and 0 deletions
|
|
@ -17,6 +17,14 @@ const config = {
|
|||
favicon: 'img/favicon.ico',
|
||||
|
||||
headTags: [
|
||||
// Algolia site verification meta tag
|
||||
{
|
||||
tagName: "meta",
|
||||
attributes: {
|
||||
name: "algolia-site-verification",
|
||||
content: "424339D27FB7921F",
|
||||
},
|
||||
},
|
||||
...(isProduction
|
||||
? [
|
||||
// Google Consent Mode - Set defaults before Google tags load
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue