diff --git a/src/runtime/server/routes/llms.txt.get.ts b/src/runtime/server/routes/llms.txt.get.ts index d694214..5debe36 100644 --- a/src/runtime/server/routes/llms.txt.get.ts +++ b/src/runtime/server/routes/llms.txt.get.ts @@ -17,7 +17,7 @@ export default eventHandler(async (event) => { ] if (llms.description) { - document.push(`> ${options.description}`) + document.push(`> ${llms.description}`) } for (const section of llms.sections) {