Skip to content

Commit

Permalink
refactor: update social image
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Nov 8, 2024
1 parent 5537d3d commit cb19a36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,19 @@
property="og:description"
content="Explore yearly bulk ownership and speculation in Detroit"
/>
<meta property="og:image" content="%VITE_PUBLIC_URL%/pp_logo_small.png" />
<meta property="og:image" content="%VITE_PUBLIC_URL%/social.png" />
<meta property="og:image:alt" content="Property Praxis logo" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Property Praxis" />
<meta
name="twitter:description"
content="Explore yearly bulk ownership and speculation in Detroit"
/>
<meta
property="twitter:image"
content="%VITE_PUBLIC_URL%/pp_logo_small.png"
/>
<meta property="twitter:image:src" content="%VITE_PUBLIC_URL%/social.png" />
<meta name="twitter:image:alt" content="Property Praxis logo" />

<script
async
Expand Down
Binary file added client/public/social.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 cb19a36

Please sign in to comment.