This commit is contained in:
Travis Fischer
2022-04-22 16:50:00 -04:00
parent f4ee92c389
commit 8336629b0b

View File

@@ -17,7 +17,7 @@ export const getServerSideProps: GetServerSideProps = async ({ req, res }) => {
}
const siteMap = await getSiteMap()
const ttlMinutes = 60
const ttlMinutes = 24 * 60 // 24 hours
const ttlSeconds = ttlMinutes * 60
const feed = new RSS({