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:
April I. Murphy 2026-01-13 07:02:27 -08:00 committed by GitHub
commit c99d2a1e1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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