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