jackmerrill.com/next-seo.config.js

23 lines
518 B
JavaScript
Raw Normal View History

2021-04-14 09:06:15 -07:00
export default {
2021-04-14 09:29:36 -07:00
title: 'Jack Merrill',
2021-04-14 09:06:15 -07:00
openGraph: {
type: 'website',
locale: 'en_US',
url: 'https://jackmerrill.com/',
site_name: 'Jack Merrill',
2021-04-14 09:15:10 -07:00
title: 'Jack Merrill',
2021-04-14 09:06:15 -07:00
description: 'Fullstack Developer and Graphic/UI designer.',
images: [
{
url: 'https://jackmerrill.com/img/designs/PersonalLogo.png',
alt: 'Jack Merrill Logo'
}
]
},
twitter: {
handle: '@jack__merrill',
site: '@jack__merrill',
cardType: 'summary_large_image',
},
};