Skip to content

Commit

Permalink
re-enable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Jan 4, 2025
1 parent ccdbf70 commit 869c1f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/api/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export function buildRequest({
credentials: "include",
headers,
body: buildPayload(data),
cache: "force-cache",
next: {
tags: ["api"],
revalidate,
Expand Down

0 comments on commit 869c1f7

Please sign in to comment.