feat: allow to change days before marking an article as outdated
This commit is contained in:
parent
65c5fdeae1
commit
b3655b99b3
2 changed files with 12 additions and 3 deletions
|
@ -41,7 +41,7 @@ export const siteConfig = {
|
|||
// enable the callout to notify users that the content maybe outdated, this will add a callout to the top of the article page,
|
||||
// initialized by the server islands
|
||||
outdatedCallout: {
|
||||
enabled: true,
|
||||
enabled: true, // enable the outdated callout
|
||||
daysBeforeOutdated: 90, // the number of days before the content is considered outdated, defaults to 90 days
|
||||
},
|
||||
// encryption
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue