Skip to content

Commit

Permalink
bugfix: wrong metatag title name for PDF2MD
Browse files Browse the repository at this point in the history
  • Loading branch information
skeptrunedev authored and cdxker committed Nov 21, 2024
1 parent 48d772b commit 9757d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf2md/server/src/templates/skeleton.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
href="https://cdn.trieve.ai/favicon-16x16.png"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Trieve HN Discovery (No JS)" />
<meta property="og:title" content="PDF2MD by trieve.ai" />
<meta property="og:site_name" content="PDF2MD by trieve.ai" />
<meta property="og:url" content="https://pdf2md.trieve.ai" />
<meta
Expand Down

0 comments on commit 9757d04

Please sign in to comment.