From dbfdfbd4abd936d74afb5dbb198c4319b02c0e19 Mon Sep 17 00:00:00 2001 From: surbhi Date: Mon, 27 Oct 2025 18:28:50 -0400 Subject: [PATCH] adding metadatabase tag --- src/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 98ef051..5ae2c3f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,6 +4,7 @@ import { Providers } from '@/components/providers'; 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', openGraph: {