From f7d2f8bc172ee8f23e7f6e937e39acfa74eb9f7c Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sun, 17 Jan 2021 21:37:43 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/PageHead.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/components/PageHead.tsx b/components/PageHead.tsx index f18e3d2..4072159 100644 --- a/components/PageHead.tsx +++ b/components/PageHead.tsx @@ -1,7 +1,6 @@ import Head from 'next/head' import * as React from 'react' import * as types from 'lib/types' -import { mapImageUrl } from 'lib/map-image-url' // TODO: remove duplication between PageHead and NotionPage Head @@ -22,16 +21,8 @@ export const PageHead: React.FC = ({ site }) => { )} - {site?.image && ( - - )} - - - {site?.domain && ( - - )} ) }