From c439810fa25eb8509278539c26fcf407316d2ae3 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Mon, 7 Jul 2025 15:11:16 +0800 Subject: [PATCH] Update post.config.js --- conf/post.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/post.config.js b/conf/post.config.js index 8c987625..1922196c 100644 --- a/conf/post.config.js +++ b/conf/post.config.js @@ -29,7 +29,7 @@ module.exports = { POSTS_PER_PAGE: process.env.NEXT_PUBLIC_POST_PER_PAGE || 12, // post counts per page POSTS_SORT_BY: process.env.NEXT_PUBLIC_POST_SORT_BY || 'notion', // 排序方式 'date'按时间,'notion'由notion控制 - // 文章过期提醒配置 + // 文章过期提醒配置 p.s. 目前此功能暂时只适用于heo主题 ARTICLE_EXPIRATION_DAYS: process.env.NEXT_PUBLIC_ARTICLE_EXPIRATION_DAYS || 90, // 文章过期提醒阈值(天) ARTICLE_EXPIRATION_MESSAGE: