Новые правки в компоенты

This commit is contained in:
Web-serfer 2026-05-06 23:16:07 +05:00
parent d5c9c9a849
commit acf877f325
16 changed files with 460 additions and 32 deletions

View file

@ -1,6 +1,6 @@
---
interface Props {
posts: any[]; // Массив статей из PocketBase
posts: any[];
}
const { posts } = Astro.props;