We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74c535 commit 66839d4Copy full SHA for 66839d4
app/api/generate-chain/route.ts
@@ -1,5 +1,6 @@
1
import { NextResponse } from "next/server";
2
import { createGenerator } from "../../../lib/ai-generator/create-generator";
3
+
4
// Исключаем этот API роут из статической генерации
5
export function generateStaticParams() {
6
return [{ id: "this-is-a-dummy-id-for-static-build" }];
0 commit comments