From 674efdec5b5031efe6097dda991b4a42f36ba48c Mon Sep 17 00:00:00 2001 From: Brooks Lybrand Date: Thu, 10 Oct 2024 15:17:00 -0500 Subject: [PATCH] Update twitter image --- app/seo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/seo.ts b/app/seo.ts index 6778485f..4fbd3a30 100644 --- a/app/seo.ts +++ b/app/seo.ts @@ -10,7 +10,7 @@ export const seo = getSeo({ title: "React Router", card: "summary_large_image", image: { - url: "/ogimage.jpg", + url: "/ogimage.png", alt: "React Router logo", }, },