Files
dokku-ui/web/src/components/SocialShareMeta.svelte
2023-05-13 13:07:44 +08:00

11 lines
422 B
Svelte

<script>
export let title = "";
</script>
<meta property="og:title" content={title}>
<meta property="og:type" content="website" />
<meta property="og:image" content="https://shokku.dev/share-card.png">
<meta name="twitter:card" content="https://shokku.dev/share-card.png">
<meta property="og:description" content="Free and open source interface for the Dokku PaaS">
<meta name="twitter:image:alt" content="Shokku Logo">