-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnext-seo.config.js
More file actions
23 lines (23 loc) · 839 Bytes
/
Copy pathnext-seo.config.js
File metadata and controls
23 lines (23 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
export default {
openGraph: {
type: 'website',
locale: 'en_US',
title: 'Jarema',
url: 'https://jar.tf',
description: 'Custom bio links for my social media profiles.',
keywords: 'student, developer, product designer, webdev, vietnamese, jarema, jartf, jar, vietnamese developer, web designer, web developer, wordpress designer, javascript, typescript, tailwind, tailwindcss, design vietnam, astro, svelte, sveltekit, nextjs, react, reactjs, jamstack, jamstack developer, jamstack designer, jamstack vietnam, vietnam jamstack, vietnam developer, vietnam',
images: [
{
width: 960,
height: 480,
url: `https://jarema.me/open-graph.jpg`,
},
],
site_name: 'jarema',
},
twitter: {
handle: '@jartf_',
site: 'jar.tf',
cardType: 'summary_large_image',
},
};