Skip to content

Commit ab0a631

Browse files
committed
feat: react-notion css embedding
1 parent 8e2783e commit ab0a631

File tree

2 files changed

+2932
-1
lines changed

2 files changed

+2932
-1
lines changed

pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import type { AppProps } from 'next/app';
22

33
import Layout from '@/components/layout';
44

5-
import 'react-notion-x/src/styles.css';
65
import 'prismjs/themes/prism-tomorrow.css';
76
import 'katex/dist/katex.min.css';
87
import '@/assets/styles/index.css';
8+
import '@/assets/styles/notion-x.css';
99

1010
const App = ({ Component, pageProps }: AppProps) => {
1111
return (

0 commit comments

Comments
 (0)