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 87cb8b1 commit d764b6aCopy full SHA for d764b6a
packages/lib/server/i18n.ts
@@ -35,7 +35,7 @@ export async function loadTranslations(_locale: string, _ns: string) {
35
{
36
cache: process.env.NODE_ENV === "production" ? "force-cache" : "no-store",
37
},
38
- 3000
+ process.env.NODE_ENV === "development" ? 30000 : 3000
39
);
40
41
if (!response.ok) {
0 commit comments