Files
NotionNext/lib/notion.js
tangly1024 979fa7777e feature:
文章分类功能
2021-11-04 17:58:25 +08:00

5 lines
216 B
JavaScript

export { getAllPosts } from './notion/getAllPosts'
export { getAllTags } from './notion/getAllTags'
export { getPostBlocks } from './notion/getPostBlocks'
export { getAllCategories } from './notion/getAllCategories'