feat(web): add llms.txt

This commit is contained in:
Aman Varshney
2025-08-12 17:37:04 +05:30
parent 9273629d92
commit 1f36e9effc
9 changed files with 278 additions and 2 deletions

View File

@@ -15,6 +15,14 @@ const config = {
outputFileTracingExcludes: {
"*": ["./**/*.js.map", "./**/*.mjs.map", "./**/*.cjs.map"],
},
async rewrites() {
return [
{
source: "/docs/:path*.mdx",
destination: "/llms.mdx/:path*",
},
];
},
};
export default withMDX(config);