diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 4a0e5d0..e284432 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -1,7 +1,7 @@ --- -import Logo from "../img/TH.svg"; +import Logo from "../content/TH.svg"; -const routes = ["blog"]; +const routes = ["blog", "tracks"]; ---