From 505184efdc729eaffe0c6b5daf5d529223a5585e Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 8 Apr 2022 12:23:36 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/_app.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pages/_app.tsx b/pages/_app.tsx index 113ee07..ac0637b 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -5,7 +5,7 @@ import 'styles/global.css' import 'react-notion-x/src/styles.css' // used for rendering equations (optional) -import 'react-notion-x/build/third-party/equation.css' +import 'katex/dist/katex.min.css' // used for tweet embeds (optional) import 'react-static-tweets/styles.css' @@ -22,10 +22,6 @@ import 'styles/notion.css' // global style overrides for prism theme (optional) import 'styles/prism-theme.css' -// import any languages we want to support for syntax highlighting via Notion's -// Code block and prismjs -// import 'prismjs/components/prism-typescript' - import React from 'react' import { useRouter } from 'next/router' import * as Fathom from 'fathom-client'