--- import Layout from '../../layouts/Layout.astro'; import { getCollection } from 'astro:content'; const posts = await getCollection('blog'); posts.sort((a, b) => b.data.pubDate.valueOf() - a.data.pubDate.valueOf()); ---

เรื่องน่ารู้

บทความเกี่ยวกับ SEO, AI และดิจิตอลมาร์เก็ตติ้ง

{posts.map((post) => ( ))}