diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index f540c07..a977db0 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -1,7 +1,13 @@ --- +const links = [ + { href: "/blog", label: "blog" }, + { href: "/music", label: "music" }, + { href: "/rss.xml", label: "rss" }, +] ---
\ No newline at end of file