Skip to content

Commit

Permalink
website: fix OpenGraph description tag for social previews
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthvp committed Jan 19, 2025
1 parent 21d5512 commit 281a707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function HomepageHeader() {

export default function Home() {
return (
<Layout title="Docs" description="Description will go into a meta tag in <head />">
<Layout title="Docs" description="JavaScript and TypeScript bot framework for Node.js">
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit 281a707

Please sign in to comment.