From 24ed100f2cb709a8fb32b53bca68ab72c4c2a171 Mon Sep 17 00:00:00 2001 From: zaidmukaddam Date: Wed, 7 Aug 2024 21:19:22 +0530 Subject: [PATCH] chore: Update metadataBase URL in layout.tsx --- app/layout.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 407bc12..5373c10 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -5,9 +5,13 @@ import { Inter, Instrument_Serif } from 'next/font/google'; import { Analytics } from "@vercel/analytics/react"; export const metadata: Metadata = { - metadataBase: new URL("https://miniperplx.za16.co"), + metadataBase: new URL("https://miniperplx.vercel.app"), title: "MiniPerplx", description: "MiniPerplx is a minimalistic AI-powered search engine that helps you find information on the internet.", + openGraph : { + url: "https://miniperplx.vercel.app", + siteName: "MiniPerplx", + } }; const inter = Inter({