diff options
Diffstat (limited to 'src/partials/Header.astro')
| -rw-r--r-- | src/partials/Header.astro | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/partials/Header.astro b/src/partials/Header.astro index e305492..2ca99bb 100644 --- a/src/partials/Header.astro +++ b/src/partials/Header.astro @@ -4,10 +4,10 @@ import t from "../i18n/es.json"; <header> <a href="/">{t.header.home}</a> - <a href="/trajectory">{t.header.trajectory}</a> - <a href="/portfolio">{t.header.portfolio}</a> - <a href="/blog">{t.header.blog}</a> - <a href="/contact">{t.header.contact}</a> + <a href="/trajectory/">{t.header.trajectory}</a> + <a href="/portfolio/">{t.header.portfolio}</a> + <a href="/blog/">{t.header.blog}</a> + <a href="/contact/">{t.header.contact}</a> </header> <style lang="scss"> |
