Some updates

This commit is contained in:
2026-09-07 00:39:19 -03:00
parent 2b3fc987a9
commit e89550b675
8 changed files with 878 additions and 45 deletions
+10
View File
@@ -13,6 +13,16 @@ const config = {
images: {
unoptimized: true,
},
async rewrites() {
return {
beforeFiles: [
{
source: "/:path*.md",
destination: "/llms.mdx/docs/:path*",
},
],
};
},
};
export default withMDX(config);