remove posts and fix rss images path

This commit is contained in:
juancmandev
2025-03-26 12:32:46 -06:00
parent 18c93ff3bb
commit 2b399b3ae1
25 changed files with 42 additions and 595 deletions

View File

@@ -1,6 +1,6 @@
type TPostItem = {
id: string;
date: Date | string;
date: Date | string | undefined;
title: string;
type: 'blog' | 'portfolio' | 'videos';
lang: string;