forked from alwaz-shahid/nextjs-redux-toolkit-cna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
next-seo.config.js
36 lines (32 loc) · 910 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
const NextSeo = {
defaultTitle: 'Next.js Tailwind Css Template',
titleTemplate: '%s | Next.js Tailwind Css Template',
description:
'A starter Template for Next.js with Tailwind Css by Alwaz Shahid',
openGraph: {
type: 'website',
url: 'https://next-tailwind-css-cna.netlify.app',
site_name: 'Next.js Tailwind Css Template with next seo',
},
twitter: {
handle: '@alwazshahid',
site: '@next-tailwind-css-cna',
cardType: 'summary_large_image',
},
linkedin: {
handle: '@alwaz-shahid',
site: '@next-tailwind-css-cna',
cardType: 'summary_large_image',
},
github: {
handle: '@alwaz-shahid',
site: '@next-tailwind-css-cna',
cardType: 'summary_large_image',
},
instagram: {
handle: '@alwazdev',
site: '@next-tailwind-css-cna',
cardType: 'summary_large_image',
},
};
export default NextSeo;