Skip to content

Commit

Permalink
[fix] Mistake on search page title
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto-ito-deltatre committed Dec 3, 2024
1 parent 67c0d3d commit fc8dcf3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/[lang]/search/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@ export function getStaticPaths() {
}
const locale = i18next.language;
// Desestructura los parámetros de la URL
const { lang } = Astro.params;
---

<html lang="en">
<head>
<BaseHead
title={"SearchITO | Windows on Arm Ready Software"}
title={"Search | Windows on Arm Ready Software"}
description={`Find software ready for Windows on Arm`}
/>
</head>
Expand Down

0 comments on commit fc8dcf3

Please sign in to comment.