Skip to content

Commit

Permalink
test config
Browse files Browse the repository at this point in the history
  • Loading branch information
pettinarip committed Oct 17, 2024
1 parent 758a2f9 commit 4a9e467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

[build.environment]
NEXT_FORCE_EDGE_IMAGES="true"
BUILD_LOCALES="en"

[[headers]]
for = "/*"
Expand Down
3 changes: 1 addition & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ import { getLocaleTimestamp } from "@/lib/utils/time"
import { getRequiredNamespacesForPage } from "@/lib/utils/translations"

import {
BASE_TIME_UNIT,
BLOG_FEEDS,
BLOGS_WITHOUT_FEED,
CALENDAR_DISPLAY_COUNT,
Expand Down Expand Up @@ -119,7 +118,7 @@ type Props = BasePageProps & {
}

// In seconds
const REVALIDATE_TIME = BASE_TIME_UNIT * 24
const REVALIDATE_TIME = 60

const loadData = dataLoader(
[
Expand Down

0 comments on commit 4a9e467

Please sign in to comment.