Skip to content

Commit

Permalink
add twitter card
Browse files Browse the repository at this point in the history
  • Loading branch information
3Alan committed May 7, 2023
1 parent 1e1b8e9 commit c53e8c1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
name="description"
content="DocsMind allows you to chat with your docs and summarize your docs, support pdf, md."
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="DocsMind" />
<meta
name="twitter:description"
content="DocsMind allows you to chat with your docs and summarize your docs, support pdf, md."
/>
<meta
name="twitter:image"
content="https://raw.githubusercontent.com/3Alan/images/master/img/20230507230412.png"
/>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit c53e8c1

Please sign in to comment.