mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Fix borked og image
lol wrong extension
This commit is contained in:
parent
8d35d476e3
commit
c3ee4e8ad1
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
property="og:description"
|
||||
content="Minimalistic opinionated Mastodon web client"
|
||||
/>
|
||||
<meta property="og:image" content="%VITE_WEBSITE%/og-image-2.png" />
|
||||
<meta property="og:image" content="%VITE_WEBSITE%/og-image-2.jpg" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
|
Loading…
Reference in a new issue