Skip to content

Commit

Permalink
clean out old metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Jul 24, 2023
1 parent f12b177 commit 62ef7e2
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,27 +67,7 @@ const config = {
respectPrefersColorScheme: true,
},
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",
},
],
metadata: [{ name: "twitter:site", content: "@noteable_io" }],
navbar: {
title: "Noteable Developer Platform",
logo: {
Expand Down

0 comments on commit 62ef7e2

Please sign in to comment.