mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-27 01:02:16 +05:30
fix some seo stuff
This commit is contained in:
parent
99b2d1e51c
commit
bec83f4686
@ -1,10 +1,12 @@
|
||||
<script lang="ts">
|
||||
import SvelteSeo from "svelte-seo";
|
||||
import Hero from "$lib/Hero.svelte";
|
||||
|
||||
let description: string =
|
||||
"7 idiots, 2 OVH vpses, a BuyVM 1024 Slice, a Sun server and a Hitachi Compute Rack.";
|
||||
import IconMoneyBill from "~icons/fa6-solid/money-bill";
|
||||
import IconCircleInfo from "~icons/fa6-solid/circle-info";
|
||||
import IconTriangleExclamation from "~icons/fa6-solid/triangle-exclamation";
|
||||
import dayjs from "dayjs";
|
||||
|
||||
let description: string = "7 idiots, 2 OVH vpses, a BuyVM 1024 Slice, a Sun server and a Hitachi Compute Rack.";
|
||||
|
||||
let announcements: any = [];
|
||||
async function fetchAnnouncements() {
|
||||
@ -15,14 +17,9 @@
|
||||
}
|
||||
|
||||
const promise = fetchAnnouncements();
|
||||
|
||||
import IconCircleInfo from "~icons/fa6-solid/circle-info";
|
||||
import IconTriangleExclamation from "~icons/fa6-solid/triangle-exclamation";
|
||||
|
||||
import dayjs from "dayjs";
|
||||
</script>
|
||||
|
||||
<SvelteSeo title="Home" {description} />
|
||||
<SvelteSeo title="Home | Project Segfault" {description} />
|
||||
|
||||
<Hero
|
||||
title="Project Segfault"
|
||||
|
@ -11,6 +11,11 @@
|
||||
import Hero from "$lib/Hero.svelte";
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Timeline | Project Segfault</title>
|
||||
<meta name="description" content="Timeline of Project Segfault's history." />
|
||||
</svelte:head>
|
||||
|
||||
<Hero>
|
||||
<h1>A timeline of <span>Project Segfault</span>'s history</h1>
|
||||
</Hero>
|
||||
|
Loading…
Reference in New Issue
Block a user