-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathnext-seo.config.js
28 lines (28 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
const host = process.env.NEXT_PUBLIC_HOST;
export const NEXT_SEO_DEFAULT = {
title:
"BlaBlaConf 24 | 5+1 Days and 5+1 Tracks Covering Hottest Technology Trends in Darija",
description:
"By the Moroccan developer community, for the Moroccan developer community, BlaBla Conf is your one stop shop for latest and hottest technology trends, in Darija, and completely free! Join us from 19th to 24th December",
canonical: `${host}/`,
openGraph: {
title:
"BlaBlaConf 24 | 5+1 Days and 5+1 Tracks covering hottest Technology Trends in Darija",
description:
"By the Moroccan developer community, for the Moroccan developer community, BlaBla Conf is your one stop shop for latest and hottest technology trends, in Darija, and completely free! Join us from 19th to 24th December",
type: "website",
locale: "en_IE",
url: `${host}/`,
site_name: "BlaBlaConf",
images: [
{
url: `${host}/cover.jpeg`,
},
],
},
twitter: {
handle: "@geeksblabla",
site: "@geeksblabla",
cardType: "summary_large_image",
},
};