From 1087f66429bac30d795ee0b9fa399c277e4de381 Mon Sep 17 00:00:00 2001 From: Elijah Meeks Date: Mon, 24 Jul 2023 08:29:23 -0700 Subject: [PATCH] Update docusaurus.config.js --- docusaurus.config.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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",