open graph

This commit is contained in:
yohlo
2025-10-06 13:10:43 -05:00
parent b673f9e072
commit 45db283bc5

View File

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