diff --git a/src/app/routes/__root.tsx b/src/app/routes/__root.tsx index 56f2393..cfb134d 100644 --- a/src/app/routes/__root.tsx +++ b/src/app/routes/__root.tsx @@ -39,12 +39,18 @@ export const Route = createRootRouteWithContext<{ content: "width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, interactive-widget=resizes-content", }, + { property: 'og:title', content: 'FLXN IX' }, + { property: 'og:description', content: 'Register for FLXN IX and view FLXN stats' }, + { 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' }, ], links: [ { rel: "apple-touch-icon", sizes: "180x180", - href: "/apple-touch-icon.png", + href: "/favicon.png", }, { rel: "icon",