Skip to content

Commit d6c47ba

Browse files
committed
feat: Added metadata for twitter
1 parent 08f5372 commit d6c47ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docusaurus.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ const config: Config = {
107107
defaultMode: "dark",
108108
},
109109
image: "img/icon.png",
110+
metadata: [
111+
{name: "twitter:title", content: "Tangle"},
112+
{name: "twitter:description", content: "Tangle is a system that helps teams build, run and share Machine Learning pipelines visually, without having to set up development environment."},
113+
{name: "twitter:image", content: "https://tangleml.com/img/icon.png"},
114+
],
110115
navbar: {
111116
logo: {
112117
alt: `${APP_NAME} Logo`,

0 commit comments

Comments
 (0)