Skip to content

Commit 13ce4e3

Browse files
committed
Update metadata images
1 parent 5227eac commit 13ce4e3

7 files changed

Lines changed: 4 additions & 4 deletions

File tree

-12.5 KB
Binary file not shown.

public/images/banner-og.jpg

76 KB
Loading

public/images/banner-og.webp

-39.5 KB
Binary file not shown.

public/images/logo_pyday.png

56.8 KB
Loading

public/images/logo_pyday.webp

-27.8 KB
Binary file not shown.

src/app/[city]/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export default async function CityPage({ params }) {
162162
<p>PyDay {data.name} es organizado por la comunidad Python Chile.</p>
163163
<p className="mt-2">
164164
Si quieres ser patrocinador o colaborador,{" "}
165-
<Link href="/contacto" className="underline hover:text-white">
165+
<Link href="/sponsors#contacto" className="underline hover:text-white">
166166
contáctanos
167167
</Link>
168168
.

src/app/layout.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ export const metadata = {
9999
url: "https://pyday.vercel.app/",
100100
images: [
101101
{
102-
url: "/images/banner-og.webp",
102+
url: "https://pyday.vercel.app/images/banner-og.jpg",
103103
width: 1200,
104104
height: 630,
105105
alt: "PyDay Chile 2025 - Un día de Python en tu ciudad",
106106
},
107107
{
108-
url: "/images/logo-pyday.webp",
108+
url: "https://pyday.vercel.app/images/logo_pyday.png",
109109
width: 800,
110110
height: 800,
111111
alt: "Logo PyDay Chile",
@@ -122,7 +122,7 @@ export const metadata = {
122122
creatorId: "@pythonchile",
123123
images: [
124124
{
125-
url: "/images/banner-og.webp",
125+
url: "https://pyday.vercel.app/images/banner-og.jpg",
126126
alt: "PyDay Chile 2025",
127127
width: 1200,
128128
height: 628,

0 commit comments

Comments
 (0)