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 758a2f9 commit 4a9e467Copy full SHA for 4a9e467
netlify.toml
@@ -11,6 +11,7 @@
11
12
[build.environment]
13
NEXT_FORCE_EDGE_IMAGES="true"
14
+ BUILD_LOCALES="en"
15
16
[[headers]]
17
for = "/*"
src/pages/index.tsx
@@ -67,7 +67,6 @@ 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,
@@ -119,7 +118,7 @@ type Props = BasePageProps & {
119
118
}
120
121
// In seconds
122
-const REVALIDATE_TIME = BASE_TIME_UNIT * 24
+const REVALIDATE_TIME = 60
123
124
const loadData = dataLoader(
125
[
0 commit comments