mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
import { NotionAPI } from 'notion-client'
|
|
|
|
export const notion = new NotionAPI({
|
|
apiBaseUrl: process.env.NOTION_API_BASE_URL
|
|
})
|