--- import { getCollection } from 'astro:content'; import BlogCard from '../../components/BlogCard.astro'; import BaseLayout from '../../layouts/BaseLayout.astro'; const posts = await getCollection('blog'); export const metadata = { title: 'บทความความรู้', description: 'บทความความรู้เกี่ยวกับวัสดุท่อ อุปกรณ์ระบบท่อ และเทคนิคการติดตั้ง', }; export const prerender = true; ---

บทความความรู้

บทความความรู้เกี่ยวกับวัสดุท่อ อุปกรณ์ระบบท่อ และเทคนิคการติดตั้ง

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