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 78ba09a commit 3d80a2d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,20 @@ import { useRouter } from 'next/router'

import * as Fathom from 'fathom-client'
// used for rendering equations (optional)

import 'react-notion-x/src/styles.css'
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'
import 'styles/custom/index.scss';
// 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/prism-theme.css'



import { bootstrap } from '@/lib/bootstrap-client'
import {
Expand Down

1 comment on commit 3d80a2d

@vercel
Copy link

@vercel vercel bot commented on 3d80a2d 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-git-main-hanmillee.vercel.app
hmdev.vercel.app
nextjs-notion-starter-kit-hanmillee.vercel.app

Please sign in to comment.