docs: Add content negotiation to apps/wiki
This commit is contained in:
@@ -11,7 +11,8 @@ export async function GET(_req: Request, props: {params: Promise<{slug?: string[
|
||||
|
||||
return new Response(await getLLMText(page), {
|
||||
headers: {
|
||||
'Content-Type': 'text/markdown',
|
||||
'Content-Type': 'text/markdown; charset=utf-8',
|
||||
'Vary': 'Accept',
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user