@typedown/next
v0.0.1
Published
Next.js integration for Typedown loaders and file-system content sources.
Downloads
107
Maintainers
Readme
@typedown/next
Next.js integration for Typedown.
@typedown/next provides direct .md imports with withTypedown() and typed file-system content collections with createContentSource().
Install
pnpm add @typedown/next nextExample
import { withTypedown } from "@typedown/next";
export default withTypedown({}, { config: {} });Repo: https://github.com/ddoemonn/typedown
