aboutsummaryrefslogtreecommitdiff
path: root/apps/website/src/pages/projects
diff options
context:
space:
mode:
authorPauline <git@ethanlibs.co>2024-01-22 04:27:34 +0100
committerPauline <git@ethanlibs.co>2024-01-22 04:27:48 +0100
commitf0e73cf90005709e20b2f16f63d67d6802af3332 (patch)
tree1fb33d1bf14ada662a9cbdea1728c3f031c06ff0 /apps/website/src/pages/projects
parente1f6521a78f5c2a873199fd8cded0bc58ac3aa6e (diff)
downloadNexus-f0e73cf90005709e20b2f16f63d67d6802af3332.tar.gz
Nexus-f0e73cf90005709e20b2f16f63d67d6802af3332.tar.bz2
Nexus-f0e73cf90005709e20b2f16f63d67d6802af3332.zip
feat(layout): add seo metadata to all pages
Diffstat (limited to 'apps/website/src/pages/projects')
-rw-r--r--apps/website/src/pages/projects/oneconfig/download.astro2
-rw-r--r--apps/website/src/pages/projects/oneconfig/index.astro2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/website/src/pages/projects/oneconfig/download.astro b/apps/website/src/pages/projects/oneconfig/download.astro
index b8aee51..07279ba 100644
--- a/apps/website/src/pages/projects/oneconfig/download.astro
+++ b/apps/website/src/pages/projects/oneconfig/download.astro
@@ -7,7 +7,7 @@ import configConst from '@config';
import Layout from '@layouts/Layout.astro';
---
-<Layout>
+<Layout title="Download OneConfig" description="Download OneConfig, our configuration library for Minecraft">
<Section wrapperClass="mt-36 -mb-28">
<div class="text-navy-peony flex flex-col gap-y-2">
diff --git a/apps/website/src/pages/projects/oneconfig/index.astro b/apps/website/src/pages/projects/oneconfig/index.astro
index e8283f3..ed018cd 100644
--- a/apps/website/src/pages/projects/oneconfig/index.astro
+++ b/apps/website/src/pages/projects/oneconfig/index.astro
@@ -13,7 +13,7 @@ import { Code } from 'astro:components';
---
-<Layout>
+<Layout title="OneConfig" description="Simple universal Minecraft modding configuration.">
<Section class="flex-col justify-center items-center h-screen md:min-h-[600px]">
<div class="flex flex-col justify-center items-center gap-y-4">
<Logo size={56} logo="oneconfig.minimal"/>