Skip to content

Commit

Permalink
canonical
Browse files Browse the repository at this point in the history
  • Loading branch information
catdevnull committed Dec 1, 2024
1 parent afdde1c commit f8072be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sitio/src/routes/chequear/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
title="Chequeador de likes de @JMilei"
description={'Verifica un "me gusta" de Twitter del presidente'}
cardPath={cardPerfil}
canonical={`https://milei.nulo.lol/chequear`}
/>

<div class="m-auto flex max-w-2xl flex-col justify-center">
Expand Down
2 changes: 2 additions & 0 deletions sitio/src/routes/promedios/[year]/[month]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import StatsCalendar from "@/StatsCalendar.svelte";
import { processDataForDays } from "@/data-processing/days";
import StatsCalendarNavigation from "@/StatsCalendarNavigation.svelte";
import { page } from "$app/stores";
export let data: PageData;
Expand All @@ -19,6 +20,7 @@
keywords={true}
title={`¿Cuanto tiempo pasó Milei en Twitter en ${monthString}?`}
description={`Descubrí cuanto tiempo pasó el presidente Javier Milei en Twitter durante ${monthString}.`}
canonical={`https://milei.nulo.lol/promedios/${$page.params.year}/${$page.params.month}`}
/>

<main class="mx-auto flex min-h-screen max-w-2xl flex-col gap-12 py-4">
Expand Down

0 comments on commit f8072be

Please sign in to comment.