diff --git a/pages/index.js b/pages/index.js index 0efeaba..649ce44 100755 --- a/pages/index.js +++ b/pages/index.js @@ -50,7 +50,8 @@ export async function getStaticProps(context) { // const tadfirstitem = tadfullfeed.items[0] return { - props: { article, pagedata, config: serverRuntimeConfig, firstimage}, // will be passed to the page component as props + props: { article, pagedata, config: serverRuntimeConfig, firstimage}, + revalidate: 60 // will be passed to the page component as props } }