mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
feat(web): add llms.txt
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user