From 65d149a4e753fa3bec62193ef9a6e22191becf32 Mon Sep 17 00:00:00 2001 From: Horacio Daniel Ros Date: Wed, 16 Sep 2026 09:10:57 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20agregar=20ruta=20al=20sitemap=20para=20?= =?UTF-8?q?la=20secci=C3=B3n=20de=20ayuda?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- txclient/src/app/sitemap.xml/route.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/txclient/src/app/sitemap.xml/route.ts b/txclient/src/app/sitemap.xml/route.ts index fe0375c..8dd9d30 100644 --- a/txclient/src/app/sitemap.xml/route.ts +++ b/txclient/src/app/sitemap.xml/route.ts @@ -37,6 +37,11 @@ export async function GET() { changeFrequency: "daily", priority: 0.8, }, + { + url: `${baseUrl}/landing/help`, + changeFrequency: "weekly", + priority: 0.8, + }, { url: `${baseUrl}/landing/login`, changeFrequency: "monthly",