mirror of https://github.com/VERT-sh/VERT.git
chore: update embed text
This commit is contained in:
parent
0a09d755fb
commit
be2a248db0
|
@ -64,7 +64,7 @@
|
|||
/>
|
||||
<meta
|
||||
name="description"
|
||||
content="With VERT you can convert image and audio files to and from PNG, JPG, WEBP, MP3, WAV, FLAC, and more. No ads, no tracking, open source, and all processing is done on your device."
|
||||
content="With VERT you can quickly convert any image, video and audio file. No ads, no tracking, open source, and all processing is done on your device."
|
||||
/>
|
||||
<meta property="og:type" content="website" />
|
||||
<meta
|
||||
|
@ -73,7 +73,7 @@
|
|||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
content="With VERT you can convert image and audio files to and from PNG, JPG, WEBP, MP3, WAV, FLAC, and more. No ads, no tracking, open source, and all processing is done on your device."
|
||||
content="With VERT you can quickly convert any image, video and audio file. No ads, no tracking, open source, and all processing is done on your device."
|
||||
/>
|
||||
<meta property="og:image" content={featuredImage} />
|
||||
<meta property="twitter:card" content="summary_large_image" />
|
||||
|
@ -83,7 +83,7 @@
|
|||
/>
|
||||
<meta
|
||||
property="twitter:description"
|
||||
content="With VERT you can convert image and audio files to and from PNG, JPG, WEBP, MP3, WAV, FLAC, and more. No ads, no tracking, open source, and all processing is done on your device."
|
||||
content="With VERT you can quickly convert any image, video and audio file. No ads, no tracking, open source, and all processing is done on your device."
|
||||
/>
|
||||
<meta property="twitter:image" content={featuredImage} />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
|
|
Loading…
Reference in New Issue