diff --git a/config/next-seo.js b/config/next-seo.js
index b972bbc..f6b1e1a 100644
--- a/config/next-seo.js
+++ b/config/next-seo.js
@@ -7,17 +7,17 @@ export default {
url: 'https://securitycheckli.st/',
title: 'Security Checklist',
description: 'A checklist for staying safe on the internet',
- defaultImageWidth: 470,
- defaultImageHeight: 470,
+ defaultImageWidth: 512,
+ defaultImageHeight: 512,
images: [
{
- url: 'https://securitycheckli.st/static/og-image.jpg',
- width: 470,
- height: 470,
- alt: 'Brian Lovin',
+ url: 'https://securitycheckli.st/static/og-image.png',
+ width: 512,
+ height: 512,
+ alt: 'Security Checklist',
},
],
- site_name: 'Brian Lovin',
+ site_name: 'Security Checklist',
},
twitter: {
handle: '@brian_lovin',
diff --git a/pages/_app.js b/pages/_app.js
index 88e66bd..ede793f 100644
--- a/pages/_app.js
+++ b/pages/_app.js
@@ -44,7 +44,8 @@ class SecurityChecklistApp extends App {