mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-05-31 14:12:04 +05:30
mdsvex improvements (needs external testing but works on my end)
Signed-off-by: Alexander J <odyssey346@disroot.org>
This commit is contained in:
@@ -4,26 +4,12 @@
|
||||
import SvelteSeo from "svelte-seo"
|
||||
</script>
|
||||
|
||||
<title>Project Segfault</title>
|
||||
<svelte:head>
|
||||
<title>Project Segfault</title>
|
||||
</svelte:head>
|
||||
|
||||
<Header />
|
||||
|
||||
<main>
|
||||
<slot></slot>
|
||||
</main>
|
||||
|
||||
<SvelteSeo
|
||||
openGraph={{
|
||||
title: 'Project Segfault',
|
||||
description: '4 idiots and a Sun server.',
|
||||
type: 'website',
|
||||
images: [
|
||||
{
|
||||
url: 'https://projectsegfau.lt:8448/_matrix/media/r0/download/projectsegfau.lt/HBgjhWUExhKPzbpkpIqQfUkF',
|
||||
width: 850,
|
||||
height: 650,
|
||||
alt: 'Image'
|
||||
}
|
||||
]
|
||||
}}
|
||||
/>
|
||||
</main>
|
||||
Reference in New Issue
Block a user