Skip to content

Commit

Permalink
remove revalidate param from home page (#6215)
Browse files Browse the repository at this point in the history
  • Loading branch information
goplayoutside3 authored Aug 16, 2024
1 parent 012cc45 commit 22707c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/app-root/src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ async function getBlogPosts(url) {
return posts
}

export const revalidate = 3600 // revalidate the data at most every hour

export default async function HomePage() {
const dailyZooPosts = await getBlogPosts(DAILY_ZOO_FEED)
const zooBlogPosts = await getBlogPosts(ZOO_BLOG_FEED)
Expand Down

0 comments on commit 22707c9

Please sign in to comment.