Commit Graph

4 Commits

Author SHA1 Message Date
Kunthawat Greethong
81742ef9ee fix: Set host: true for all network interfaces 2026-03-03 10:47:07 +07:00
Kunthawat Greethong
1382b2fafc fix: Configure allowedHosts in astro.config.mjs only
- Removed separate vite.config.js
- Added server and preview config directly to astro.config.mjs
- Set allowedHosts: true to allow Easypanel hostnames
- Set host: 0.0.0.0 for container networking
2026-03-03 10:46:53 +07:00
Kunthawat Greethong
70c0d9788f fix: Add server config to astro.config.mjs as well 2026-03-03 10:43:48 +07:00
Kunthawat Greethong
45961b8d76 refactor: Move Astro project to root directory
- Move all Astro files from dealplustech-astro/ to root
- Archive Next.js code in _nextjs-backup/
- Update .gitignore for Astro project
- Simplify project structure

This completes the migration from Next.js to Astro.
The Astro project is now at the root level.
2026-03-03 10:21:42 +07:00