open graph
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user