Skip to content
Merged

og #201

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/og_image2026.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export const metadata: Metadata = {
description:
"36 hours student hackathon in Barcelona in April starting on the 24th ending the 26th",
images: {
url: "https://hackupc.com/ogimage.png?v=2024",
secureUrl: "https://hackupc.com/ogimage.png?v=2025",
url: "https://hackupc.com/og_image2026.png",
secureUrl: "https://hackupc.com/og_image2026.png",
alt: "HackUPC 2026 | April 24-26 | Student hackathon in Barcelona",
},
},
Expand All @@ -39,8 +39,8 @@ export const metadata: Metadata = {
"36 hours student hackathon in Barcelona in April starting on the 24th ending the 26th",
url: "https://hackupc.com",
images: {
url: "https://hackupc.com/ogimage.png?v=2024",
secureUrl: "https://hackupc.com/ogimage.png?v=2024",
url: "https://hackupc.com/og_image2026.png",
secureUrl: "https://hackupc.com/og_image2026.png",
alt: "HackUPC landing page screenshot",
},
},
Expand Down
2 changes: 1 addition & 1 deletion src/app/metrics/EventStructuredData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const EventStructuredData = () => {
"@type": "RegisterAction",
target: "https://my.hackupc.com/",
},
image: "https://hackupc.com/ogimage.png?v=2024",
image: "https://hackupc.com/og_image2026.png",
maximumAttendeeCapacity: 500,
isAccessibleForFree: true,
offers: {
Expand Down