mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
📵
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user