We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccdbf70 commit 869c1f7Copy full SHA for 869c1f7
web/src/api/common.ts
@@ -40,6 +40,7 @@ export function buildRequest({
40
credentials: "include",
41
headers,
42
body: buildPayload(data),
43
+ cache: "force-cache",
44
next: {
45
tags: ["api"],
46
revalidate,
0 commit comments