|
|
@@ -10,7 +10,7 @@ const processor = remark().use(remarkMdx).use(remarkInclude).use(remarkGfm);
|
|
|
|
|
|
export async function getLLMText(page: Page) {
|
|
|
const processed = await processor.process({
|
|
|
- path: page.path,
|
|
|
+ path: page.absolutePath,
|
|
|
value: await fs.readFile(page.absolutePath, "utf8"),
|
|
|
});
|
|
|
|