Skip to content

Commit 7ae237c

Browse files
committed
feat: Added metadata for twitter 2
1 parent d6c47ba commit 7ae237c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docusaurus.config.ts

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,20 @@ const config: Config = {
101101
},
102102

103103
themes: ['docusaurus-theme-openapi-docs', '@docusaurus/theme-mermaid'],
104-
104+
headTags: [
105+
{
106+
tagName: 'meta',
107+
attributes: {name: "twitter:title", content: "Tangle"},
108+
},
109+
{
110+
tagName: 'meta',
111+
attributes: {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."},
112+
},
113+
{
114+
tagName: 'meta',
115+
attributes: {name: "twitter:image", content: "https://tangleml.com/img/icon.png"},
116+
},
117+
],
105118
themeConfig: {
106119
colorMode: {
107120
defaultMode: "dark",

0 commit comments

Comments
 (0)