Skip to content

Commit

Permalink
Merge pull request #26 from rajkaranm/main
Browse files Browse the repository at this point in the history
solved: website preview not visiable in twitter
  • Loading branch information
PriyansuMaurya committed Jun 20, 2023
2 parents 6e3d7cc + 3729081 commit 322cef1
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,32 @@ export default function RootLayout({
{/* <!-- Open Graph meta data --> */}
<meta property="og:url" content="https://aifusion.vercel.app" />
<meta property="og:type" content="website" />
<meta
property="og:site_name"
content="AI-Fusion - Resources For AI"
/>
<meta
property="og:title"
content="AI-Fusion"
/>
<meta property="og:site_name" content="AI-Fusion - Resources For AI" />
<meta property="og:title" content="AI-Fusion" />
<meta
property="og:description"
content="AI Fusion is your ultimate destination for streamlined access to a curated collection of powerful AI tools and prompts. With direct links to a variety of resources, our website eliminates the hassle and empowers you to effortlessly enhance your productivity."
/>
<meta
property="og:image"
itemProp="image"
content="/ai_fusion_preview.png"
content="https://aifusion.vercel.app/ai_fusion_preview.png"
/>

{/* twitter meta tags */}

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@PrianshuMaurya" />
<meta name="twitter:creator" content="@PrianshuMaurya" />
<meta property="twitter:domain" content="https://aifusion.vercel.app" />
<meta property="twitter:url" content="https://aifusion.vercel.app" />
<meta name="twitter:title" content="AI-Fusion" />
<meta
name="twitter:description"
content="AI Fusion is your ultimate destination for streamlined access to a curated collection of powerful AI tools and prompts. With direct links to a variety of resources, our website eliminates the hassle and empowers you to effortlessly enhance your productivity."
/>
<meta name="twitter:image" content="https://aifusion.vercel.app/ai_fusion_preview.png" />
<meta data-rh="true" name="twitter:image:alt" content="AI-Fusion" />
</head>
<body
className={
Expand Down

1 comment on commit 322cef1

@vercel
Copy link

@vercel vercel bot commented on 322cef1 Jun 20, 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:

aifusion – ./

aifusion.vercel.app
aifusion-git-main-priyansu.vercel.app
aifusion-priyansu.vercel.app

Please sign in to comment.