global-head-meta
This commit is contained in:
parent
5d43814675
commit
a454167a4d
2 changed files with 8 additions and 2 deletions
|
|
@ -4,8 +4,6 @@ slug: /
|
||||||
hide_table_of_contents: true
|
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 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:
|
OpenRAG connects and amplifies three popular, proven open-source projects into one powerful platform:
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,14 @@ const config = {
|
||||||
favicon: 'img/favicon.ico',
|
favicon: 'img/favicon.ico',
|
||||||
|
|
||||||
headTags: [
|
headTags: [
|
||||||
|
// Algolia site verification meta tag
|
||||||
|
{
|
||||||
|
tagName: "meta",
|
||||||
|
attributes: {
|
||||||
|
name: "algolia-site-verification",
|
||||||
|
content: "424339D27FB7921F",
|
||||||
|
},
|
||||||
|
},
|
||||||
...(isProduction
|
...(isProduction
|
||||||
? [
|
? [
|
||||||
// Google Consent Mode - Set defaults before Google tags load
|
// Google Consent Mode - Set defaults before Google tags load
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue