From a05535cd108c320bd16e4cc6fdec09aff2c962cf Mon Sep 17 00:00:00 2001 From: Elijah Meeks Date: Mon, 24 Jul 2023 08:24:13 -0700 Subject: [PATCH] Update docusaurus.config.js --- docusaurus.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index dedbffe..e98fb19 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -68,7 +68,10 @@ const config = { }, image: "img/noteable-platform-social-card.png", metadata: [ - { name: "keywords", content: "cooking, blog" }, + { + name: "keywords", + content: "jupyter, python, llm, chatgpt, developer, blog", + }, { name: "twitter:card", content: "summary_large_image" }, { name: "twitter:site", content: "@noteable_io" }, { name: "twitter:title", content: "Noteable Platform" },