fix: add force-dynamic to tasks route
Some checks failed
Deploy to Coolify / deploy (push) Has been cancelled

This commit is contained in:
2026-04-22 10:13:33 +00:00
parent e7e1ffab8b
commit 03a01b0085

View File

@@ -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";