Skip to content

Commit

Permalink
test shorter page cache - revalidate at page & fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
vnugent committed Apr 26, 2024
1 parent 774cdb2 commit ca56fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(default)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { InternationalToC } from './components/InternationalToC'
import { Volunteers } from './components/Volunteers'
import { RecentContributionsMap } from './components/recent/RecentContributionsMap'

// export const revalidate = 300 // 86400
export const revalidate = 300 // 86400
/**
* Root home page
*/
Expand Down

0 comments on commit ca56fe6

Please sign in to comment.