There was an error while loading. Please reload this page.
1 parent ccf88b8 commit 61a96fbCopy full SHA for 61a96fb
1 file changed
docs/src/pages/llms.txt.ts
@@ -1,6 +1,8 @@
1
import type { APIRoute } from 'astro';
2
import { getAwPrompts } from './_aw-prompts.js';
3
4
+export const prerender = true;
5
+
6
export const GET: APIRoute = () => {
7
const prompts = getAwPrompts();
8
0 commit comments