Skip to content

Commit

Permalink
RSS 生成bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed May 17, 2024
1 parent 59025e8 commit 89d3858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db/getSiteData.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function compressData(db) {
db.categoryOptions = cleanIds(db?.categoryOptions)
db.customMenu = cleanIds(db?.customMenu)

db.latestPosts = shortenIds(db?.latestPosts)
// db.latestPosts = shortenIds(db?.latestPosts)
db.allNavPages = shortenIds(db?.allNavPages)
// db.allPages = cleanBlocks(db?.allPages)

Expand Down

0 comments on commit 89d3858

Please sign in to comment.