Skip to content

Commit 8336629

Browse files
🥜
1 parent f4ee92c commit 8336629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/feed.xml.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const getServerSideProps: GetServerSideProps = async ({ req, res }) => {
1717
}
1818

1919
const siteMap = await getSiteMap()
20-
const ttlMinutes = 60
20+
const ttlMinutes = 24 * 60 // 24 hours
2121
const ttlSeconds = ttlMinutes * 60
2222

2323
const feed = new RSS({

0 commit comments

Comments
 (0)