Skip to content

Commit 33b2e7e

Browse files
committed
chore: update social
1 parent 1746167 commit 33b2e7e

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

docusaurus.config.js

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,32 @@ const config = {
138138
copyright: `Copyright © ${new Date().getFullYear()} Functionless, Corp.`,
139139
},
140140
metadata: [
141+
{
142+
name: "description",
143+
content:
144+
"Use natural language and AI to explore and refine your business requirements, then generate and deploy a fully functioning service to the cloud",
145+
},
146+
{
147+
name: "og:description",
148+
content:
149+
"Use natural language and AI to explore and refine your business requirements, then generate and deploy a fully functioning service to the cloud",
150+
},
151+
{
152+
name: "twitter:description",
153+
content:
154+
"Use natural language and AI to explore and refine your business requirements, then generate and deploy a fully functioning service to the cloud",
155+
},
156+
{
157+
name: "twitter:title",
158+
content: "eventualAi",
159+
},
160+
{
161+
name: "twitter:card",
162+
content: "summary_large_image",
163+
},
141164
{ name: "keywords", content: "eventual, ai, serverless, iac" },
142165
],
143-
image: "https://i.imgur.com/iYOSAzZ.png",
166+
image: "https://i.imgur.com/dVLQ8En.png",
144167
prism: {
145168
theme: lightCodeTheme,
146169
darkTheme: darkCodeTheme,

0 commit comments

Comments
 (0)