serve Banner from the site

Signed-off-by: Alex J <odyssey346@disroot.org>
This commit is contained in:
Alex J 2022-06-21 20:35:05 +02:00
parent 3ea415e0e7
commit 501db378d6
3 changed files with 2 additions and 5 deletions

View File

@ -1,8 +1,6 @@
<!--TODO: Bring back the SEO stuff-->
<script lang="ts">
import SvelteSeo from "svelte-seo";
import * as strings from "$lib/strings";
import Banner from "$lib/images/ProjectSegfault_Desktop_16-9.png";
</script>
<SvelteSeo
@ -12,7 +10,7 @@
type: "website",
images: [
{
url: strings.SEO_BANNER_URL,
url: Banner,
width: 850,
height: 650,
alt: "Image"

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 KiB

View File

@ -2,7 +2,6 @@
"NAME": "Project Segfault",
"PROJECT": "Project",
"SEGFAULT": "Segfault",
"SEO_BANNER_URL": "https://projectsegfau.lt:8448/_matrix/media/r0/download/projectsegfau.lt/HBgjhWUExhKPzbpkpIqQfUkF",
"COPYRIGHT": "© 2021 - present, Project Segfault",
"MATRIX_INVITE": "https://matrix.to/#/#project-segfault:projectsegfau.lt",
"DISCORD_INVITE": "https://discord.gg/26EG7fFtfS",