We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152f3e3 commit 33861ecCopy full SHA for 33861ec
src/lib/content-loaders/getAllContentFromDirectory.ts
@@ -11,7 +11,6 @@ import { processMDXFileContent } from './processMDXFileContent';
11
* @returns Promise<MarkdownDocument[]> - Array of processed content items, sorted by date
12
* @throws Error if directory doesn't exist or content processing fails
13
*/
14
-
15
export const getAllContentFromDirectory = async (
16
directory: fs.PathLike,
17
type: string
0 commit comments