mirror of
https://github.com/Xevion/icons.git
synced 2025-12-09 08:07:46 -06:00
Ignore vercel injected site URL for OGP
This commit is contained in:
@@ -64,11 +64,10 @@ const Home: NextPage = () => {
|
|||||||
<title>Icons</title>
|
<title>Icons</title>
|
||||||
<link rel="icon" href="/favicon.ico"/>
|
<link rel="icon" href="/favicon.ico"/>
|
||||||
<OGP
|
<OGP
|
||||||
url={env.NEXT_PUBLIC_APP_URL}
|
url="https://icons.xevion.dev"
|
||||||
title="Icons"
|
title="Icons"
|
||||||
description="A custom search engine for all of the icons in the React-Icons library."
|
description="A custom search engine for all of the icons in the React-Icons library."
|
||||||
siteName="icons.xevion.dev"
|
siteName="icons.xevion.dev"
|
||||||
image="http://example.com/cover.jpg"
|
|
||||||
/>
|
/>
|
||||||
</Head>
|
</Head>
|
||||||
<main className="flex flex-col items-center m-auto p-6 max-w-[130ch]">
|
<main className="flex flex-col items-center m-auto p-6 max-w-[130ch]">
|
||||||
|
|||||||
Reference in New Issue
Block a user