Skip to content

Commit d60626f

Browse files
authored
og (#201)
1 parent 19f0dae commit d60626f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

public/og_image2026.png

80.4 KB
Loading

src/app/layout.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ export const metadata: Metadata = {
2525
description:
2626
"36 hours student hackathon in Barcelona in April starting on the 24th ending the 26th",
2727
images: {
28-
url: "https://hackupc.com/ogimage.png?v=2024",
29-
secureUrl: "https://hackupc.com/ogimage.png?v=2025",
28+
url: "https://hackupc.com/og_image2026.png",
29+
secureUrl: "https://hackupc.com/og_image2026.png",
3030
alt: "HackUPC 2026 | April 24-26 | Student hackathon in Barcelona",
3131
},
3232
},
@@ -39,8 +39,8 @@ export const metadata: Metadata = {
3939
"36 hours student hackathon in Barcelona in April starting on the 24th ending the 26th",
4040
url: "https://hackupc.com",
4141
images: {
42-
url: "https://hackupc.com/ogimage.png?v=2024",
43-
secureUrl: "https://hackupc.com/ogimage.png?v=2024",
42+
url: "https://hackupc.com/og_image2026.png",
43+
secureUrl: "https://hackupc.com/og_image2026.png",
4444
alt: "HackUPC landing page screenshot",
4545
},
4646
},

src/app/metrics/EventStructuredData.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const EventStructuredData = () => {
4848
"@type": "RegisterAction",
4949
target: "https://my.hackupc.com/",
5050
},
51-
image: "https://hackupc.com/ogimage.png?v=2024",
51+
image: "https://hackupc.com/og_image2026.png",
5252
maximumAttendeeCapacity: 500,
5353
isAccessibleForFree: true,
5454
offers: {

0 commit comments

Comments
 (0)