- 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
- 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.