diff --git a/bustling-binary/src/components/Navigation.astro b/bustling-binary/src/components/Navigation.astro index 2206ccf..e9bbbac 100644 --- a/bustling-binary/src/components/Navigation.astro +++ b/bustling-binary/src/components/Navigation.astro @@ -2,6 +2,7 @@ const routes = { Home: "/", About: "/about/", + Blog: "/blog/", }; ---