From 8336629b0b92557957c93b6d7f9382a550f65258 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 22 Apr 2022 16:50:00 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/feed.xml.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/feed.xml.tsx b/pages/feed.xml.tsx index 59b4b05..09aae1e 100644 --- a/pages/feed.xml.tsx +++ b/pages/feed.xml.tsx @@ -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({