summaryrefslogtreecommitdiff
path: root/src/components/Nav.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Nav.astro')
-rw-r--r--src/components/Nav.astro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/Nav.astro b/src/components/Nav.astro
index d25b180..b3baf19 100644
--- a/src/components/Nav.astro
+++ b/src/components/Nav.astro
@@ -2,6 +2,8 @@
const links = {
home: "/",
blog: "/blog",
+ forgejo: "https://git.mydadleft.me",
+ grafana: "https://grafana.mydadleft.me",
github: "https://github.com/getchoo",
};
---