Skip to content

Commit 0566f0a

Browse files
committed
Revert "test config"
This reverts commit 4a9e467.
1 parent 55432bf commit 0566f0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netlify.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
[build.environment]
1313
NEXT_FORCE_EDGE_IMAGES="true"
14-
BUILD_LOCALES="en"
1514

1615
[[headers]]
1716
for = "/*"

src/pages/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ import { getLocaleTimestamp } from "@/lib/utils/time"
6767
import { getRequiredNamespacesForPage } from "@/lib/utils/translations"
6868

6969
import {
70+
BASE_TIME_UNIT,
7071
BLOG_FEEDS,
7172
BLOGS_WITHOUT_FEED,
7273
CALENDAR_DISPLAY_COUNT,
@@ -118,7 +119,7 @@ type Props = BasePageProps & {
118119
}
119120

120121
// In seconds
121-
const REVALIDATE_TIME = 60
122+
const REVALIDATE_TIME = BASE_TIME_UNIT * 24
122123

123124
const loadData = dataLoader(
124125
[

0 commit comments

Comments
 (0)