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: [ {