security-checklist/config/next-seo.js
2019-01-12 17:52:43 -08:00

27 lines
680 B
JavaScript

export default {
title: 'Security Checklist',
description: 'A checklist for staying safe on the internet',
openGraph: {
type: 'website',
locale: 'en_US',
url: 'https://securitycheckli.st/',
title: 'Security Checklist',
description: 'A checklist for staying safe on the internet',
defaultImageWidth: 470,
defaultImageHeight: 470,
images: [
{
url: 'https://securitycheckli.st/static/og-image.jpg',
width: 470,
height: 470,
alt: 'Brian Lovin',
},
],
site_name: 'Brian Lovin',
},
twitter: {
handle: '@brian_lovin',
site: '@brian_lovin',
cardType: 'summary_large_image',
},
};