Skip to content

Commit

Permalink
Update og:image and twitter:image URLs in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
NwinNwin committed Feb 11, 2024
1 parent 9df70df commit 3ac6156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added public/description.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
property="og:description"
content="A platform for UCI students to effortlessly locate and recover lost or found items."
/>
<meta property="og:image" content="https://zotnfound.com/logo.png" />
<meta property="og:image" content="https://zotnfound.com/description.png" />

<!-- Twitter Meta Tags -->
<meta property="twitter:card" content="summary_large_image" />
Expand All @@ -49,7 +49,7 @@
property="twitter:description"
content="A platform for UCI students to effortlessly locate and recover lost or found items."
/>
<meta property="twitter:image" content="https://zotnfound.com/logo.png" />
<meta property="twitter:image" content="https://zotnfound.com/description.png" />

<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
Expand Down

0 comments on commit 3ac6156

Please sign in to comment.