diff --git a/docusaurus.config.js b/docusaurus.config.js index 700de9f..e299c79 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -66,8 +66,28 @@ const config = { colorMode: { respectPrefersColorScheme: true, }, - // Replace with your project's social card image: "img/noteable-platform-social-card.png", + metadata: [ + { + name: "keywords", + content: "jupyter, python, llm, chatgpt, developer, blog", + }, + { name: "twitter:site", content: "@noteable_io" }, + { + name: "twitter:description", + content: + "Resources for developers working with Noteable notebook and LLM functionality", + }, + { + 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", logo: { diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 8c3d146..eeba42e 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -31,7 +31,7 @@ export default function Home(): JSX.Element { const { siteConfig } = useDocusaurusContext(); return (