Skip to content

Commit

Permalink
Merge pull request #4 from dappcamp/staging
Browse files Browse the repository at this point in the history
Reduce revalidation to 1 min
  • Loading branch information
itsharshag authored Jun 2, 2022
2 parents 7a10bc9 + a8a8133 commit 223575e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export async function getStaticProps() {
props: {
tools,
},
revalidate: 60 * 5,
revalidate: 60,
}
}

Expand Down

1 comment on commit 223575e

@vercel
Copy link

@vercel vercel bot commented on 223575e Jun 2, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

landscape – ./

landscape-dappcamp.vercel.app
landscape.dappcamp.xyz
landscape-git-master-dappcamp.vercel.app

Please sign in to comment.