remove posts and fix rss images path
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
type TPostItem = {
|
||||
id: string;
|
||||
date: Date | string;
|
||||
date: Date | string | undefined;
|
||||
title: string;
|
||||
type: 'blog' | 'portfolio' | 'videos';
|
||||
lang: string;
|
||||
|
Reference in New Issue
Block a user