Add first post for monday, add external posts from other authors, add components for internal and external links
3 lines
No EOL
150 B
TypeScript
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') |