Skip to content

Commit

Permalink
feat: add open graph tag data
Browse files Browse the repository at this point in the history
  • Loading branch information
Parthipan-Natkunam committed Dec 11, 2024
1 parent 0bb0083 commit f4228a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Social Post Formatter</title>
<title>Social Text Formatter</title>
<meta property="og:title" content="Social Text Formatter" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://tools.codedparts.com/og.png" />
<meta property="og:url" content="https://tools.codedparts.com" />
<meta property="og:description"
content="Make your LinkedIn & BlueSky Posts Prettier" />

<style>
:root {
Expand Down
Binary file added public/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f4228a0

Please sign in to comment.