diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-05-05 22:13:21 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-05-05 22:13:21 +0200 |
| commit | 0f1d075dd9faca39c5b459b5eee5913ba2c85b94 (patch) | |
| tree | 838834813940c493b35e3b9bd183dbca03929254 /src/partials | |
| parent | f51250941f4425ce4d63b90a266a29e8588a7d03 (diff) | |
Fix SEO complaints from Ahrefs
Diffstat (limited to 'src/partials')
| -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"> |
