forked from orbit-love/member-directory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
next-seo.config.js
36 lines (36 loc) · 1.01 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
35
36
export default {
defaultTitle: "Orbit Team Directory | Powered by Orbit",
description: "Meet the team behind the community management platform, Orbit.",
canonical: "https://www.team.orbit.love/",
twitter: {
cardType: "summary",
handle: "@OrbitModel",
},
openGraph: {
type: "website",
url: "https://www.team.orbit.love/",
title: "Orbit Team Directory | Powered by Orbit",
description:
"Meet the team behind the community management platform, Orbit.",
images: [
{
url: `https://github.com/orbit-love/orbit-member-directory/assets/45462299/94de5937-aa83-4aff-a0eb-def29abc40a4`,
width: 200,
height: 200,
alt: "Orbit Model",
},
],
},
additionalLinkTags: [
{
rel: "icon",
href: `https://github.com/orbit-love/orbit-member-directory/assets/45462299/94de5937-aa83-4aff-a0eb-def29abc40a4`,
},
],
additionalMetaTags: [
{
name: "viewport",
content: "width=device-width, initial-scale=1",
},
],
};