diff --git a/src/pages/index.tsx b/src/pages/index.tsx index db07248..83f3aa0 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -18,7 +18,7 @@ interface Props { content: HomeQuery["content"] } export const getStaticProps: GetStaticProps = async () => { - const cutoffDate = DateTime.now().minus({ weeks: 2 }).toISODate() + const cutoffDate = DateTime.now().minus({ weeks: 1 }).toISODate() const { data } = await client.query({ query: gql(` query Home($cutoffDate: Date!) {