From c382c04ecb9ea9bede81c3ee1a6120da737e096b Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 5 Feb 2021 17:26:26 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site.config.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/site.config.js b/site.config.js index 1ec9013..dfaa8ec 100644 --- a/site.config.js +++ b/site.config.js @@ -22,10 +22,8 @@ module.exports = { // default notion icon and cover images for site-wide consistency (optional) // page-specific values will override these site-wide defaults - defaultPageIcon: - 'https://ssfy.io/https%3A%2F%2Fwww.notion.so%2Fimage%2Fhttps%253A%252F%252Fs3-us-west-2.amazonaws.com%252Fsecure.notion-static.com%252F797768e4-f24a-4e65-bd4a-b622ae9671dc%252Fprofile-2020-280w-circle.png%3Ftable%3Dblock%26id%3D78fc5a4b-88d7-4b0e-824e-29407e9f1ec1%26cache%3Dv2', - defaultPageCover: - 'https://ssfy.io/https%3A%2F%2Fwww.notion.so%2Fimage%2Fhttps%253A%252F%252Fs3-us-west-2.amazonaws.com%252Fsecure.notion-static.com%252F9fc5ecae-2b4b-4e73-b0d4-918c829ba69f%252FIMG_0259-opt.jpg%3Ftable%3Dblock%26id%3D78fc5a4b-88d7-4b0e-824e-29407e9f1ec1%26cache%3Dv2', + defaultPageIcon: null, + defaultPageCover: null, defaultPageCoverPosition: 0.5, // image CDN host to proxy all image requests through (optional)