global-head-meta

This commit is contained in:
Mendon Kissling 2026-01-13 09:51:14 -05:00
parent 5d43814675
commit a454167a4d
2 changed files with 8 additions and 2 deletions

View file

@ -4,8 +4,6 @@ slug: /
hide_table_of_contents: true
---
<meta name="algolia-site-verification" content="424339D27FB7921F" />
OpenRAG is an open-source package for building agentic RAG systems that integrates with a wide range of orchestration tools, databases, and LLM providers.
OpenRAG connects and amplifies three popular, proven open-source projects into one powerful platform:

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