From a407f4912cb6750e95736be50219c4a90480fc3c Mon Sep 17 00:00:00 2001 From: Peter Date: Sat, 15 Mar 2025 01:21:20 -0400 Subject: [PATCH] change permalinks for menus --- hugo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index a3e5325..c6e5162 100644 --- a/hugo.toml +++ b/hugo.toml @@ -48,8 +48,8 @@ aria = "Mi correo electrónico" [[menu.header]] name = "Sobre Mí" weight = 0 - url = "https://peterdominguez.art/sobre-mi" + url = "/sobre-mi" [[menu.header]] name = "blog" weight = 0 - url = "https://peterdominguez.art/blog" + url = "/blog"