mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
27 lines
680 B
JavaScript
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',
|
|
},
|
|
};
|