From 45db283bc5f3761f79c104b7856c427869776cfb Mon Sep 17 00:00:00 2001 From: yohlo Date: Mon, 6 Oct 2025 13:10:43 -0500 Subject: [PATCH] open graph --- src/app/routes/__root.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/routes/__root.tsx b/src/app/routes/__root.tsx index cfb134d..e630790 100644 --- a/src/app/routes/__root.tsx +++ b/src/app/routes/__root.tsx @@ -30,6 +30,7 @@ export const Route = createRootRouteWithContext<{ fullWidth: boolean; }>()({ head: () => ({ + title: "FLXN IX", meta: [ { charSet: "utf-8", @@ -44,7 +45,7 @@ export const Route = createRootRouteWithContext<{ { property: 'og:url', content: 'https://flexxon.app' }, { property: 'og:type', content: 'website' }, { property: 'og:site_name', content: 'FLXN IX' }, - { name: 'snapchat:sticker', content: '/favicon.png' }, + { property: 'og:image', content: 'https://flexxon.app/favicon.png' }, ], links: [ {