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 b1ade4c commit be1eeb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ import posthog from 'posthog-js'
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/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/prism-theme.css'
// import 'styles/prism-theme.css'

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

1 comment on commit be1eeb6

@vercel
Copy link

@vercel vercel bot commented on be1eeb6 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.