From 1a4eeed1eb8b782ece01c9e7ecabbde9f592f418 Mon Sep 17 00:00:00 2001
From: selankon <selankon@selankon.xyz>
Date: Mon, 8 Jul 2024 17:32:11 +0200
Subject: [PATCH] Add baseUrl instructions

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5ae9a85..ae9c80c 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ Y accede a `http://localhost:1313/`.
 Para generar el sitio estático, simplemente ejecuta el comando 
 
 ```bash
-hugo
+hugo --baseURL="https://es.hackmeeting.org/latest/hugo"
 ``` 
 
 Y se generará la carpeta `public` con el contenido
\ No newline at end of file
-- 
GitLab