diff --git a/lib/directus.ts b/lib/directus.ts
index b7ab0d0..d497941 100644
--- a/lib/directus.ts
+++ b/lib/directus.ts
@@ -22,6 +22,7 @@ type About = {
type Links = {
github: string;
linkedin: string;
+ gitea: string;
};
type Skill = {
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index 8b90694..cb152f8 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -20,6 +20,11 @@ const socialLinks = [
href: links.github,
icon: ``,
},
+ {
+ name: 'Gitea',
+ href: links.gitea,
+ icon: ``,
+ },
{
name: 'LinkedIn',
href: links.linkedin,