File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ import { generateLLMsTxt } from '@primer/doctocat-nextjs/llms'
2+
3+ export const dynamic = 'force-static'
4+
5+ export async function GET ( ) {
6+ const content = await generateLLMsTxt ( )
7+
8+ return new Response ( content , {
9+ headers : { 'Content-Type' : 'text/plain; charset=utf-8' } ,
10+ } )
11+ }
Original file line number Diff line number Diff line change 11---
22title : Homepage
3- description : That
4- keywords : test, test2
3+ description : Documentation for Primer Brand - GitHub's design system for brand-led marketing experiences
4+ keywords : ['home']
55layout : custom
66---
77
Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3- /// <reference path= "./.next/types/routes.d.ts" />
3+ import "./.next/types/routes.d.ts" ;
44
55// NOTE: This file should not be edited
66// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
You can’t perform that action at this time.
0 commit comments