Skip to content

Commit 869c1f7

Browse files
committed
re-enable cache
1 parent ccdbf70 commit 869c1f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/api/common.ts

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export function buildRequest({
4040
credentials: "include",
4141
headers,
4242
body: buildPayload(data),
43+
cache: "force-cache",
4344
next: {
4445
tags: ["api"],
4546
revalidate,

0 commit comments

Comments
 (0)