diff options
author | Pauline <git@ethanlibs.co> | 2024-01-22 04:27:34 +0100 |
---|---|---|
committer | Pauline <git@ethanlibs.co> | 2024-01-22 04:27:48 +0100 |
commit | f0e73cf90005709e20b2f16f63d67d6802af3332 (patch) | |
tree | 1fb33d1bf14ada662a9cbdea1728c3f031c06ff0 /apps/website/src/pages/about.astro | |
parent | e1f6521a78f5c2a873199fd8cded0bc58ac3aa6e (diff) | |
download | Nexus-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/about.astro')
-rw-r--r-- | apps/website/src/pages/about.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/website/src/pages/about.astro b/apps/website/src/pages/about.astro index ac51204..5f85a7d 100644 --- a/apps/website/src/pages/about.astro +++ b/apps/website/src/pages/about.astro @@ -7,7 +7,7 @@ import Layout from '@layouts/Layout.astro'; --- -<Layout> +<Layout title="About us" description="Learn about the team!"> <Section class="flex-col justify-center items-center h-screen max-h-4/5-screen md:max-h-[600px] md:min-h-[400px]"> <div class="max-w-[600px] flex flex-col text-center justify-center items-center gap-y-2"> <Header align="center" size="xxl" class="text-navy-peony">Our journey</Header> |