diff --git a/src/components/PokeNav.astro b/src/components/PokeNav.astro index 016a545..bf7fbab 100644 --- a/src/components/PokeNav.astro +++ b/src/components/PokeNav.astro @@ -1,30 +1,34 @@ --- const baseUrl = import.meta.env.BASE_URL +const thisUrl = Astro.url.pathname const about = baseUrl + 'about/' const v2 = baseUrl + 'v2/' const graphql = baseUrl + 'graphql/' --- +