Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl authored Feb 13, 2024
1 parent 94e35ea commit 7b7edbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export default function Page(props) {
}

export async function getStaticProps(ctx) {
return { ...(await getWordPressProps({ ctx })), revalidate: 1 }
return { ...(await getWordPressProps({ ctx })), revalidate: 5 }
}

1 comment on commit 7b7edbb

@headless-platform-by-wp-engine

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check out the recent updates to your Atlas environment:

App Environment URL Build
acf.wpgraphql.com main https://hb…wered.com ✅ (logs)

Learn more about building on Atlas in our documentation.

Please sign in to comment.