Skip to content

Commit 61a96fb

Browse files
authored
Fix docs build to prerender llms.txt (#49353)
1 parent ccf88b8 commit 61a96fb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/src/pages/llms.txt.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import type { APIRoute } from 'astro';
22
import { getAwPrompts } from './_aw-prompts.js';
33

4+
export const prerender = true;
5+
46
export const GET: APIRoute = () => {
57
const prompts = getAwPrompts();
68

0 commit comments

Comments
 (0)