diff --git a/docusaurus.config.js b/docusaurus.config.js index fb1fa44..e299c79 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -73,18 +73,20 @@ const config = { content: "jupyter, python, llm, chatgpt, developer, blog", }, { name: "twitter:site", content: "@noteable_io" }, - { name: "twitter:title", content: "Noteable Platform" }, { name: "twitter:description", content: "Resources for developers working with Noteable notebook and LLM functionality", }, - { name: "og:title", content: "Noteable Platform" }, { name: "og:description", content: "Resources for developers working with Noteable notebook and LLM functionality", }, + { + name: "og:site_name", + content: "Noteable", + }, ], navbar: { title: "Noteable Developer Platform",