Kunthawat cfec0bf143 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!
2026-03-12 21:31:26 +07:00

Astro Starter Kit: Minimal

npm create astro@latest -- --template minimal

🧑‍🚀 Seasoned astronaut? Delete this file. Have fun!

🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
├── public/
├── src/
│   └── pages/
│       └── index.astro
└── package.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

Any static assets, like images, can be placed in the public/ directory.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

👀 Want to learn more?

Feel free to check our documentation or jump into our Discord server.

Description
No description provided
Readme 1.6 GiB
Languages
Astro 98%
CSS 1.1%
JavaScript 0.8%