We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ee92c commit 8336629Copy full SHA for 8336629
pages/feed.xml.tsx
@@ -17,7 +17,7 @@ export const getServerSideProps: GetServerSideProps = async ({ req, res }) => {
17
}
18
19
const siteMap = await getSiteMap()
20
- const ttlMinutes = 60
+ const ttlMinutes = 24 * 60 // 24 hours
21
const ttlSeconds = ttlMinutes * 60
22
23
const feed = new RSS({
0 commit comments