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 55432bf commit 0566f0aCopy full SHA for 0566f0a
netlify.toml
@@ -11,7 +11,6 @@
11
12
[build.environment]
13
NEXT_FORCE_EDGE_IMAGES="true"
14
- BUILD_LOCALES="en"
15
16
[[headers]]
17
for = "/*"
src/pages/index.tsx
@@ -67,6 +67,7 @@ import { getLocaleTimestamp } from "@/lib/utils/time"
67
import { getRequiredNamespacesForPage } from "@/lib/utils/translations"
68
69
import {
70
+ BASE_TIME_UNIT,
71
BLOG_FEEDS,
72
BLOGS_WITHOUT_FEED,
73
CALENDAR_DISPLAY_COUNT,
@@ -118,7 +119,7 @@ type Props = BasePageProps & {
118
119
}
120
121
// In seconds
-const REVALIDATE_TIME = 60
122
+const REVALIDATE_TIME = BASE_TIME_UNIT * 24
123
124
const loadData = dataLoader(
125
[
0 commit comments