host card externally

pull/9210/head
Rich Harris 3 years ago
parent eca5d0c8be
commit 47b3891fc7

@ -1,6 +1,4 @@
<script>
import { assets } from '$app/paths';
import { page } from '$app/stores';
import teaser from './teaser.jpg';
</script>
@ -18,8 +16,11 @@
content="We've got something to show you. We think you're going to like it."
/>
<meta name="twitter:image" content="{$page.url.origin}{teaser}" />
<meta name="og:image" content="{$page.url.origin}{teaser}" />
<meta
name="twitter:image"
content="https://sveltejs.github.io/assets/artwork/svelte-5-teaser.jpg"
/>
<meta name="og:image" content="https://sveltejs.github.io/assets/artwork/svelte-5-teaser.jpg" />
</svelte:head>
<article class="post listify text">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 376 KiB

Loading…
Cancel
Save