We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2338f85 commit 94a04f0Copy full SHA for 94a04f0
packages/lib/server/i18n.ts
@@ -33,7 +33,7 @@ export async function loadTranslations(_locale: string, _ns: string) {
33
const response = await fetchWithTimeout(
34
url,
35
{
36
- cache: process.env.NODE_ENV === "production" ? "force-cache" : "no-store",
+ cache: "no-store",
37
},
38
process.env.NODE_ENV === "development" ? 30000 : 3000
39
);
0 commit comments