Skip to content

Commit

Permalink
Force tags route to be dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
diksipav committed Aug 1, 2024
1 parent 309c29f commit 236548f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/api/tags/route.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export const dynamic = "force-dynamic";

import { getActiveTags } from "@/app/lib/db/tags";

export async function GET() {
Expand Down

0 comments on commit 236548f

Please sign in to comment.