diff --git a/app/api/tags/route.ts b/app/api/tags/route.ts index 92ade00..5dc8a4f 100644 --- a/app/api/tags/route.ts +++ b/app/api/tags/route.ts @@ -1,3 +1,5 @@ +export const dynamic = "force-dynamic"; + import { getActiveTags } from "@/app/lib/db/tags"; export async function GET() {