fix social

This commit is contained in:
texm
2023-05-13 13:07:44 +08:00
parent 27d40f5498
commit ebc969a351

View File

@@ -2,7 +2,6 @@
export let title = "";
</script>
<svelte:head>
<meta property="og:title" content={title}>
<meta property="og:type" content="website" />
<meta property="og:image" content="https://shokku.dev/share-card.png">
@@ -10,4 +9,3 @@
<meta property="og:description" content="Free and open source interface for the Dokku PaaS">
<meta name="twitter:image:alt" content="Shokku Logo">
</svelte:head>