mirror of
https://github.com/LukeHagar/sveltekit-og.git
synced 2025-12-06 04:21:37 +00:00
OG Image for preview
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<meta property="og:title" content="@ethercorps/sveltekit-og" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="A typescript implementation of vercel/og for sveltekit."
|
||||
content="A typescript implementation of vercel/og for sveltekit. Dynamically generate Open Graph images from an HTML+CSS template or Svelte component using fast and efficient conversion from HTML > SVG > PNG. Based on Satori. No headless browser required."
|
||||
/>
|
||||
<meta property="og:image" content="https://sveltekit-og.ethercorps.io/og?w=1200&h=630" />
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<meta name="twitter:title" content="undefined" />
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="A typescript implementation of vercel/og for sveltekit."
|
||||
content="A typescript implementation of vercel/og for sveltekit. Dynamically generate Open Graph images from an HTML+CSS template or Svelte component using fast and efficient conversion from HTML > SVG > PNG. Based on Satori. No headless browser required."
|
||||
/>
|
||||
<meta name="twitter:image" content="https://sveltekit-og.ethercorps.io/og?w=1200&h=675" />
|
||||
%sveltekit.head%
|
||||
|
||||
Reference in New Issue
Block a user