mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
🥜
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user