Skip to content

@caoergou/windows-xp / index / buildContentFs

Function: buildContentFs()

> buildContentFs(manifest): Record<string, FileNode>

Defined in: src/content/blog.ts:183

Build a customFileSystem fragment from a manifest (#137). Posts become <slug>.md file nodes bound to MarkdownViewer; posts sharing a folder nest under that folder. Merge the result into customFileSystem.

Parameters

manifest

ContentManifest

Returns

Record&lt;string, FileNode&gt;