Skip to content

Commit

Permalink
Set revalidate on app picks
Browse files Browse the repository at this point in the history
It's unclear, if this will help - so let's try
  • Loading branch information
razzeee committed Dec 22, 2024
1 parent 23f6156 commit f3de68a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/pages/admin/app-picks/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ export const getStaticProps: GetStaticProps = async ({ locale }) => {
props: {
...(await serverSideTranslations(locale, ["common"])),
},
revalidate: 900,
}
}

Expand Down

0 comments on commit f3de68a

Please sign in to comment.