wf4/server/utils/filter.ts
webfussel 0a481fee5e add: first post, external posts, new comps
Add first post for monday, add external posts from other authors, add components for internal and external links
2025-07-11 13:32:59 +02:00

3 lines
No EOL
150 B
TypeScript

import type { Post } from '../../shared/types/Blog'
export const filterBeforeFirstPost = (post: Post) => new Date(post.date) > new Date('2025-07-14')