Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Solomon04/nextjs-notion-blog
/ functions
Functions
14 in github.com/Solomon04/nextjs-notion-blog
⨍
Functions
14
◇
Types & classes
4
↓ 2 callers
Method
getPublishedBlogPosts
()
services/notion-service.ts:14
↓ 2 callers
Method
pageToPostTransformer
(page: any)
services/notion-service.ts:79
↓ 1 callers
Method
getSingleBlogPost
(slug: string)
services/notion-service.ts:38
Function
BlogCard
({post})
components/BlogCard.tsx:12
Function
Home
({posts}: InferGetStaticPropsType<typeof getStaticProps>)
pages/index.tsx:18
Function
MyApp
({ Component, pageProps }: AppProps)
pages/_app.tsx:4
Function
Post
({markdown, post}: InferGetStaticPropsType<typeof getStaticProps>)
pages/post/[slug].tsx:6
Method
constructor
()
services/notion-service.ts:9
Method
getInitialProps
(ctx: DocumentContext)
pages/_document.tsx:4
Function
getStaticPaths
()
pages/post/[slug].tsx:51
Function
getStaticProps
(context)
pages/index.tsx:7
Function
getStaticProps
(context)
pages/post/[slug].tsx:33
Function
handler
( req: NextApiRequest, res: NextApiResponse<Data> )
pages/api/hello.ts:8
Method
render
()
pages/_document.tsx:9