forked from agustinusnathaniel/nextarter-chakra
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnext-seo.config.js
More file actions
26 lines (25 loc) · 858 Bytes
/
Copy pathnext-seo.config.js
File metadata and controls
26 lines (25 loc) · 858 Bytes
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
/** @type {import('next-seo').DefaultSeoProps} */
const defaultSEOConfig = {
title: "nextarter-chakra",
titleTemplate: "%s | nextarter-chakra",
defaultTitle: "nextarter-chakra",
description: "Next.js + chakra-ui + TypeScript template",
canonical: "https://nextarter-chakra.sznm.dev",
openGraph: {
url: "https://nextarter-chakra.sznm.dev",
title: "nextarter-chakra",
description: "Next.js + chakra-ui + TypeScript template",
images: [
{
url: "https://og-image.sznm.dev/**nextarter-chakra**.sznm.dev.png?theme=dark&md=1&fontSize=125px&images=https%3A%2F%2Fsznm.dev%2Favataaars.svg&widths=250",
alt: "nextarter-chakra.sznm.dev og-image",
},
],
site_name: "nextarter-chakra",
},
twitter: {
handle: "@sozonome",
cardType: "summary_large_image",
},
};
export default defaultSEOConfig;