chore: Update metadataBase URL in layout.tsx

This commit is contained in:
zaidmukaddam 2024-08-07 21:19:22 +05:30
parent f4db1c968f
commit 24ed100f2c

View File

@ -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({