mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
feat: hide posts in Prod with future pubDatetime (#234)
* Hide posts when PubDateTime is not reached * refactor: extract filter logic into a file * docs: update SITE config docs --------- Co-authored-by: satnaing <satnaingdev@gmail.com>
This commit is contained in:
@@ -8,6 +8,7 @@ export type Site = {
|
||||
ogImage?: string;
|
||||
lightAndDarkMode: boolean;
|
||||
postPerPage: number;
|
||||
scheduledPostMargin: number;
|
||||
};
|
||||
|
||||
export type SocialObjects = {
|
||||
|
||||
Reference in New Issue
Block a user