diff --git a/next.config.mjs b/next.config.mjs index ff014fd72..060d5987b 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -62,6 +62,15 @@ const config = { source: '/_mintlify/:path*', destination: `https://${DOCUMENTATION_DOMAIN}/_mintlify/:path*`, }, + // LLMs.txt + { + source: '/llms.txt', + destination: `https://${DOCUMENTATION_DOMAIN}/llms.txt`, + }, + { + source: '/llms-full.txt', + destination: `https://${DOCUMENTATION_DOMAIN}/llms-full.txt`, + }, ], }), redirects: async () => [