From 5aa2e6c0c6e4c73d93307e9f70803237006afb28 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 20 Dec 2023 20:27:18 -0500 Subject: go back to lume --- src/components/Nav.astro | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 src/components/Nav.astro (limited to 'src/components/Nav.astro') diff --git a/src/components/Nav.astro b/src/components/Nav.astro deleted file mode 100644 index 66ac87e..0000000 --- a/src/components/Nav.astro +++ /dev/null @@ -1,34 +0,0 @@ ---- -interface Links { - home: string; - blog: string; - forgejo: string; - grafana: string; - github: string; - miniflux: string; -} - -const links: Links = { - home: "/", - blog: "/blog", - grafana: "https://grafana.mydadleft.me", - miniflux: "https://miniflux.mydadleft.me", - github: "https://github.com/getchoo", -}; ---- - - -- cgit v1.2.3