open graph

This commit is contained in:
yohlo
2025-10-06 13:02:52 -05:00
parent 34d896947d
commit b673f9e072

View File

@@ -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",