diff options
| author | seth <[email protected]> | 2023-05-19 12:28:37 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-19 12:28:37 -0400 |
| commit | b316f63b98d5ba77f0a78f131d0e7de350a1ac80 (patch) | |
| tree | d04988621f0dcdb133c75052c6742264fdc185b6 /src/components/Nav.astro | |
| parent | 5f5b83b62ceb88a44681dba6b3618fe464c162b8 (diff) | |
feat: add links to my forgejo/grafana
Diffstat (limited to 'src/components/Nav.astro')
| -rw-r--r-- | src/components/Nav.astro | 2 |
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", }; --- |
