fix(web): remove LLM page actions and related routes

This commit is contained in:
Aman Varshney
2025-07-29 11:30:10 +05:30
parent 54c4af6ff1
commit ec808ff959
14 changed files with 78 additions and 322 deletions

View File

@@ -30,12 +30,12 @@ const config = {
source: "/ingest/decide",
destination: "https://us.i.posthog.com/decide",
},
{
source: "/docs/:path*.mdx",
destination: "/llms.mdx/:path*",
},
];
},
};
export default withMDX(config);
import { initOpenNextCloudflareForDev } from "@opennextjs/cloudflare";
initOpenNextCloudflareForDev();