generated from yehezkielgunawan/yehez-nexttailwind-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
next-seo.config.js
34 lines (33 loc) · 1.06 KB
/
next-seo.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/** @type {import('next-seo').DefaultSeoProps} */
const defaultSEOConfig = {
defaultTitle: "YehezGun OG Generator",
description: "OG Image Generator (using Vercel OG)",
canonical: "https://og-v2.yehezgun.com",
openGraph: {
url: "https://og-v2.yehezgun.com",
title: "YehezGun OG Generator",
description: "OG Image Generator (using Vercel OG)",
type: "website",
images: [
{
url: "https://og-v2.yehezgun.com/api/og?title=YehezGun%20OG&desc=OG%20Image%20Generator%20(using%20Vercel%20OG)&imgUrl=https://www.saashub.com/images/app/service_logos/61/ad5f7085bd71/large.png?1587515045&siteName=og-v2.yehezgun.com",
alt: "og-v2.yehezgun.com og-image",
width: 800,
height: 600,
},
],
site_name: "yehezgun-og",
},
twitter: {
handle: "@handle",
site: "@site",
cardType: "summary_large_image",
},
additionalLinkTags: [
{
rel: "icon",
href: "https://assets.vercel.com/image/upload/v1607554385/repositories/next-js/next-logo.png",
},
],
};
export default defaultSEOConfig;