-
Notifications
You must be signed in to change notification settings - Fork 0
/
next-seo.config.js
37 lines (37 loc) · 996 Bytes
/
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
35
36
37
export default {
defaultTitle: "Satellite App | Powered by Orbit",
description:
"This is a template repo! Please update this text in next-seo.config.js",
canonical: "https://orbit.love/",
twitter: {
cardType: "summary",
handle: "@RoiStartup",
},
openGraph: {
type: "website",
url: "https://orbit.love/",
title: "Satellite App | Powered by Orbit",
description:
"This is a template repo! Please update this text in next-seo.config.js",
images: [
{
url: `https://github.com/orbit-love/member-directory/assets/45462299/952e1aaa-f545-4fca-a2c1-ce287568c663`,
width: 200,
height: 200,
alt: "",
},
],
},
additionalLinkTags: [
{
rel: "icon",
href: `https://github.com/orbit-love/member-directory/assets/45462299/952e1aaa-f545-4fca-a2c1-ce287568c663`,
},
],
additionalMetaTags: [
{
name: "viewport",
content: "width=device-width, initial-scale=1",
},
],
};