diff --git a/app/api/tasks/route.ts b/app/api/tasks/route.ts index 9d41225..d37f12d 100644 --- a/app/api/tasks/route.ts +++ b/app/api/tasks/route.ts @@ -1,3 +1,4 @@ +export const dynamic = 'force-dynamic'; import { NextRequest, NextResponse } from "next/server"; const VIKUNJA_URL = process.env.VIKUNJA_URL || "https://tasks.digital-home.site";