Skip to content

Commit a0753a9

Browse files
committed
Update og image for ticket page
1 parent 111c238 commit a0753a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/routes/jam/pages/2025.ticket.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { getProduct, createCart, getDiscountData } from "../storefront.server";
99
import { getMeta } from "~/lib/meta";
1010

1111
import iconsHref from "~/icons.svg";
12+
import ogImageSrc from "../images/og-thumbnail-1.jpg";
1213
import type { Route } from "./+types/2025.ticket";
1314

1415
export function meta({ matches }: Route.MetaArgs) {
@@ -18,7 +19,7 @@ export function meta({ matches }: Route.MetaArgs) {
1819
title: "Remix Jam 2025 Ticket",
1920
description: "Get your ticket for Remix Jam 2025 in Toronto",
2021
siteUrl: `${siteUrl}/jam/ticket`,
21-
image: `${siteUrl}/jam/images/og-thumbnail-1.jpg`,
22+
image: ogImageSrc,
2223
});
2324
}
2425

0 commit comments

Comments
 (0)