@theguild/components
Version:
12 lines (11 loc) • 354 B
JavaScript
// src/compile.ts
export * from "nextra/compile";
import { remarkLinkRewrite } from "nextra/remark-plugins";
import { buildDynamicMDX, buildDynamicMeta } from "nextra/remote";
import { fetchFilePathsFromGitHub } from "nextra/fetch-filepaths-from-github";
export {
buildDynamicMDX,
buildDynamicMeta,
fetchFilePathsFromGitHub,
remarkLinkRewrite
};