Skip to content

Commit 505184e

Browse files
📵
1 parent 5d77c9e commit 505184e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pages/_app.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import 'styles/global.css'
55
import 'react-notion-x/src/styles.css'
66

77
// used for rendering equations (optional)
8-
import 'react-notion-x/build/third-party/equation.css'
8+
import 'katex/dist/katex.min.css'
99

1010
// used for tweet embeds (optional)
1111
import 'react-static-tweets/styles.css'
@@ -22,10 +22,6 @@ import 'styles/notion.css'
2222
// global style overrides for prism theme (optional)
2323
import 'styles/prism-theme.css'
2424

25-
// import any languages we want to support for syntax highlighting via Notion's
26-
// Code block and prismjs
27-
// import 'prismjs/components/prism-typescript'
28-
2925
import React from 'react'
3026
import { useRouter } from 'next/router'
3127
import * as Fathom from 'fathom-client'

0 commit comments

Comments
 (0)