forked from ProjectSegfault/website
serve Banner from the site
Signed-off-by: Alex J <odyssey346@disroot.org>
This commit is contained in:
parent
3ea415e0e7
commit
501db378d6
@ -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"
|
||||
|
BIN
src/lib/images/ProjectSegfault_Desktop_16-9.png
Normal file
BIN
src/lib/images/ProjectSegfault_Desktop_16-9.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 426 KiB |
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user