updating social card title
This commit is contained in:
@@ -6,12 +6,12 @@ import { Metadata } from 'next';
|
|||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
metadataBase: new URL('https://liquidity.party'),
|
metadataBase: new URL('https://liquidity.party'),
|
||||||
title: 'Liquidity Party',
|
title: 'Liquidity Party',
|
||||||
description: 'Where Game Theory Meets the Liquidity Party',
|
description: 'Game-Theoretic Multi-asset DEX',
|
||||||
openGraph: {
|
openGraph: {
|
||||||
url: 'https://liquidity.party/',
|
url: 'https://liquidity.party/',
|
||||||
type: 'website',
|
type: 'website',
|
||||||
title: 'Liquidity Party',
|
title: 'Liquidity Party',
|
||||||
description: 'Where Game Theory Meets the Liquidity Party',
|
description: 'Game-Theoretic Multi-asset DEX',
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: '/social-card-light.png',
|
url: '/social-card-light.png',
|
||||||
@@ -24,7 +24,7 @@ export const metadata: Metadata = {
|
|||||||
twitter: {
|
twitter: {
|
||||||
card: 'summary_large_image',
|
card: 'summary_large_image',
|
||||||
title: 'Liquidity Party',
|
title: 'Liquidity Party',
|
||||||
description: 'Where Game Theory Meets the Liquidity Party',
|
description: 'Game-Theoretic Multi-asset DEX',
|
||||||
images: ['/social-card-light.png'],
|
images: ['/social-card-light.png'],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user