Skip to content

Commit

Permalink
feat: add og image seo
Browse files Browse the repository at this point in the history
  • Loading branch information
zkSoju committed May 3, 2023
1 parent 64ac5af commit f4ebf55
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions components/layouts/Main.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { NextSeo } from "next-seo";
import Head from "next/head";
import { useRouter } from "next/router";
import { NextSeo } from "next-seo";
import Navbar from "../Navbar";

const Main = ({ children }: { children: React.ReactNode }) => {
const router = useRouter();
Expand All @@ -14,14 +13,21 @@ const Main = ({ children }: { children: React.ReactNode }) => {
<title>Dove Interface</title>
</Head>
<NextSeo
title="Dove Interface"
description="Dove Interface"
useAppDir
title="Dove"
description="Experience the power of Dove, our innovative solution that eliminates liquidity fragmentation and bridges gaps across Layer 2 networks. Focus on the technical merits of your chosen L2, while Dove unlocks boundless liquidity for executing advanced leveraged LSD strategies on any L2."
openGraph={{
url: "",
title: "Wagmi",
description: "Wagmi",
type: "website",
description:
"Experience the power of Dove, our innovative solution that eliminates liquidity fragmentation and bridges gaps across Layer 2 networks. Focus on the technical merits of your chosen L2, while Dove unlocks boundless liquidity for executing advanced leveraged LSD strategies on any L2.",
title: "Dove",
images: [
{
url: "https://i.imgur.com/6fGh6n4.png",
},
],
}}
twitter={{ handle: "@wagmi" }}
twitter={{ cardType: "summary_large_image", handle: "@doveprotocol" }}
/>
{children}
</div>
Expand Down

1 comment on commit f4ebf55

@vercel
Copy link

@vercel vercel bot commented on f4ebf55 May 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dove-interface – ./

dove-interface-eight.vercel.app
dove-interface-git-main-apeiro.vercel.app
dove-interface-apeiro.vercel.app

Please sign in to comment.