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 ce63990 commit 4f9d5fcCopy full SHA for 4f9d5fc
βpackage.jsonβ
@@ -1,7 +1,7 @@
1
{
2
"name": "nosgestesclimat-site-nextjs",
3
"license": "MIT",
4
- "version": "2.38.0",
+ "version": "2.38.1",
5
"description": "The leading open source climate footprint calculator",
6
"repository": {
7
"type": "git",
βsrc/adapters/cmsClient.tsβ
@@ -21,7 +21,7 @@ export const cmsClient = async <T>(
21
...options,
22
headers,
23
// In seconds, production => 5 minutes, dev => 5 seconds
24
- next: { revalidate: isProduction ? 5 : 60 * 5 },
+ next: { revalidate: isProduction ? 60 * 5 : 5 },
25
})
26
27
if (!response.ok) {
0 commit comments