-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnext-seo.config.js
More file actions
24 lines (24 loc) · 738 Bytes
/
next-seo.config.js
File metadata and controls
24 lines (24 loc) · 738 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
export default {
title: 'Github Codespaces Clone with Next.js and TailwindCSS',
description: 'Github Codespaces Homepage Clone with Next.js and TailwindCSS',
twitter: {
cardType: 'summary_large_image',
},
openGraph: {
title: 'Github Codespaces Clone with Next.js and TailwindCSS',
description:
'Github Codespaces Homepage Clone with Next.js and TailwindCSS',
type: 'website',
locale: 'en_IN',
url: 'codespaces-clone.mridul.tech',
site_name: 'Github Codespaces Clone',
images: [
{
url: 'https://github.githubassets.com/images/modules/site/social-cards/codespaces-ga.png',
width: 300,
height: 300,
alt: 'Github Codespaces Clone',
},
],
},
};