From cc0a934f882ca9bc5fa113128e93e607d07ea01b Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 4 Sep 2023 12:10:13 -0700 Subject: [PATCH] chore: update social path --- config/filters.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filters.js b/config/filters.js index dab58a94..ffa9ccad 100644 --- a/config/filters.js +++ b/config/filters.js @@ -23,7 +23,7 @@ module.exports = { }, getPostImage: (image) => { if (image && image !== '') return image - return '/assets/img/social-card.webp' + return 'https://coryd.dev/assets/img/social-card.png' }, getPopularPosts: (posts, analytics) => { return posts