Skip to content

Commit

Permalink
about me 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hanmilLee committed Nov 7, 2022
1 parent 25e7769 commit aa80cdf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions site.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@ export default siteConfig({

// whether to use the default notion navigation style or a custom one with links to
// important pages
// navigationStyle: 'default'
navigationStyle: 'custom',
navigationLinks: [
{
title: 'About me',
pageId: 'a32a59aec23c41e08452757e94d96418'
},
navigationStyle: 'default'
// navigationStyle: 'default',
// navigationLinks: [
// {
// title: 'About me',
// pageId: 'a32a59aec23c41e08452757e94d96418'
// },
// {
// title: 'Contact',
// pageId: '6a29ebcb935a4f0689fe661ab5f3b8d1'
// }
]
// ]
})

1 comment on commit aa80cdf

@vercel
Copy link

@vercel vercel bot commented on aa80cdf Nov 7, 2022

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.