UNPKG

notion-astro-loader

Version:

Notion loader for the Astro Content Layer API. It allows you to load pages from a Notion database then render them as pages in a collection.

4 lines (3 loc) 196 B
export { pageObjectSchema, notionPageSchema } from "./page.js"; export * as propertySchema from "./raw-properties.js"; export * as transformedPropertySchema from "./transformed-properties.js";