security-checklist/config/next-seo.js
2019-01-13 12:31:51 -08:00

27 lines
694 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: 512,
defaultImageHeight: 512,
images: [
{
url: 'https://securitycheckli.st/static/og-image.png',
width: 512,
height: 512,
alt: 'Security Checklist',
},
],
site_name: 'Security Checklist',
},
twitter: {
handle: '@brian_lovin',
site: '@brian_lovin',
cardType: 'summary_large_image',
},
};