Skip to content

Commit 4f9d5fc

Browse files
authored
πŸ”– Release 2.38.1 (#1399)
Co-authored-by: Benjamin Arias <12382534+bjlaa@users.noreply.github.com>
1 parent ce63990 commit 4f9d5fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nosgestesclimat-site-nextjs",
33
"license": "MIT",
4-
"version": "2.38.0",
4+
"version": "2.38.1",
55
"description": "The leading open source climate footprint calculator",
66
"repository": {
77
"type": "git",

β€Žsrc/adapters/cmsClient.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const cmsClient = async <T>(
2121
...options,
2222
headers,
2323
// In seconds, production => 5 minutes, dev => 5 seconds
24-
next: { revalidate: isProduction ? 5 : 60 * 5 },
24+
next: { revalidate: isProduction ? 60 * 5 : 5 },
2525
})
2626

2727
if (!response.ok) {

0 commit comments

Comments
Β (0)