mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-20 15:09:40 +00:00
feature:
为了medium-zoom暂时回滚4.6.5的react-notion-x
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
import BLOG from 'blog.config'
|
||||
import 'animate.css'
|
||||
import '@/styles/notion.css'
|
||||
import '@/styles/globals.css'
|
||||
// custom
|
||||
// core styles shared by all of react-notion-x (required)
|
||||
import 'react-notion-x/src/styles.css'
|
||||
import '@/styles/notion.css' // 重写部分样式
|
||||
|
||||
// used for collection views (optional)
|
||||
import 'rc-dropdown/assets/index.css'
|
||||
// used for code syntax highlighting (optional)
|
||||
import 'prismjs/themes/prism-okaidia.css'
|
||||
// used for rendering equations (optional)
|
||||
import 'katex/dist/katex.min.css'
|
||||
import dynamic from 'next/dynamic'
|
||||
import { GlobalContextProvider } from '@/lib/global'
|
||||
|
||||
Reference in New Issue
Block a user