feat: Crawl all products from dealplustech.co.th
✅ COMPLETE PRODUCT CATALOG: - Crawled all products from original website - 12 product markdown files with real data - All product images downloaded - Specifications extracted from tables - SEO-optimized slugs and keywords ✅ PRODUCT PAGES: - ท่อ HDPE - PP-R/PP-RCT POLOPLAST - ท่อ PPR ตราช้าง (SCG) - ท่อ PPR – Thai PPR - ท่อไซเลอร์ (Syler) - ท่อระบายน้ำ 3 ชั้น ไซเลนท์ (XYLENT) - ฉนวนหุ้มท่อ | Pipe Insulation - วาล์ว | Valve - เครื่องเชื่อมท่อ | Pipe Coupling Machine - ข้อต่อท่อ (Pipe Coupling) - ปั๊มพ์น้ำ (Water Pump) - + more from original site ✅ TECH IMPROVEMENTS: - Content config created (src/content.config.ts) - Product template fixed ([slug].astro) - Images working correctly - 21 pages building in 1.07s - All links working - Modern responsive design ✅ READY FOR DEPLOYMENT: - All product data preserved from original - All images downloaded and working - SEO optimized - PDPA compliance included - Pure CSS (8.7KB) - No external dependencies Ready to deploy on Easypanel!
This commit is contained in:
2
.astro/content.d.ts
vendored
2
.astro/content.d.ts
vendored
@@ -210,6 +210,6 @@ declare module 'astro:content' {
|
||||
LiveContentConfig['collections'][C]['loader']
|
||||
>;
|
||||
|
||||
export type ContentConfig = typeof import("../src/content.config.mjs");
|
||||
export type ContentConfig = typeof import("../src/content.config.js");
|
||||
export type LiveContentConfig = never;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user