-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnext-seo.config.js
More file actions
32 lines (32 loc) · 1.31 KB
/
next-seo.config.js
File metadata and controls
32 lines (32 loc) · 1.31 KB
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
export default {
title: 'Inloop | Best of tech — Delivered as a WhatsApp DM',
description:
'Inloop is a WhatsApp tech digest service curating the 2 most popular sources on the Internet.',
openGraph: {
type: 'website',
url: 'https://inloopwith.xyz',
title: 'Inloop | Best of tech — Delivered as a WhatsApp DM',
description:
'Inloop is a WhatsApp tech digest service curating the 2 most popular sources on the Internet.',
images: [
{
url:
'https://ph-files.imgix.net/548e7b84-692b-4364-a69e-49e29abc6b63.png?auto=format&auto=compress&codec=mozjpeg&cs=strip&w=250&h=250&fit=crop',
},
{
url:
'https://ph-files.imgix.net/8f79af7f-a11f-4a02-9cce-8c6459044a75.png?auto=format&auto=compress&codec=mozjpeg&cs=strip&w=886.6666666666667&h=380&fit=max',
},
{
url:
'https://ph-files.imgix.net/53c2f02f-63cf-447b-9588-59603a341cf3.png?auto=format&auto=compress&codec=mozjpeg&cs=strip&w=175.58035714285714&h=380&fit=max',
},
],
site_name: 'Inloop',
},
twitter: {
handle: '@aakashlpin',
site: '@aakashlpin',
cardType: 'summary_large_image',
},
};