Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
hanmilLee committed Mar 25, 2023
1 parent c19832a commit 78ba09a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 6 additions & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@ import { useRouter } from 'next/router'

import * as Fathom from 'fathom-client'
// used for rendering equations (optional)
import 'katex/dist/katex.min.css'
import posthog from 'posthog-js'
// used for code syntax highlighting (optional)
import 'prismjs/themes/prism-coy.css'
// core styles shared by all of react-notion-x (required)
import 'react-notion-x/src/styles.css'
import 'styles/global.css'
// this might be better for dark mode
// import 'prismjs/themes/prism-okaidia.css'
// global style overrides for notion
import 'styles/notion.css'
// global style overrides for prism theme (optional)
import 'styles/custom/index.scss';
import 'styles/prism-theme.css'

import { bootstrap } from '@/lib/bootstrap-client'
import {
Expand Down
3 changes: 0 additions & 3 deletions styles/custom/index.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// 해당 import문의 순서를 변경하면 스타일이 제대로 적용되지 않습니다.
// @import 'react-notion-x/styles.css';
// @import 'katex/dist/katex.min.css';
// @import 'prismjs/themes/prism-coy.css';
@import '~/styles/global.css';
@import '~/styles/notion.css';
@import '~/styles/prism-theme.css';
Expand Down

1 comment on commit 78ba09a

@vercel
Copy link

@vercel vercel bot commented on 78ba09a Mar 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextjs-notion-starter-kit – ./

nextjs-notion-starter-kit-hanmillee.vercel.app
nextjs-notion-starter-kit-git-main-hanmillee.vercel.app
hmdev.vercel.app

Please sign in to comment.