diff --git a/.gitignore b/.gitignore index 6ff8e327a..0e45fa534 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,5 @@ yarn.lock .config/* local-images/* -src/middleware.tsall \ No newline at end of file +src/middleware.tsall +.vercel diff --git a/src/components/Header.astro b/src/components/Header.astro index 848ccf29e..fc57ab406 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -16,10 +16,10 @@ const pages = [ { name: "Combates", href: "/combates", active: normalizedPathName.startsWith("/combates") }, { name: "PronĂ³sticos", href: "/pronosticos" }, { - name: "Entradas", - href: "https://www.entradas.com/artist/la-velada-del-ano/?affiliate=LVL", + name: "Tienda Oficial", + href: "https://lavelada.store/", target: "_blank", - } + }, ].map((page) => ({ ...page, active: page.active ?? normalizedPathName === page.href,