kunthawat
  • Joined on 2025-12-05
kunthawat pushed to main at kunthawat/dealplustech 2026-03-03 13:20:17 +07:00
a588155c7d fix: Add favicon.ico link to prevent 404
kunthawat pushed to main at kunthawat/dealplustech 2026-03-03 13:17:48 +07:00
kunthawat pushed to main at kunthawat/dealplustech 2026-03-03 13:04:37 +07:00
f934a18490 fix: Remove autoprefixer from PostCSS config
kunthawat pushed to main at kunthawat/dealplustech 2026-03-03 12:36:51 +07:00
87ec3846c9 fix: Rename postcss.config.js to .cjs (ES module compatibility)
kunthawat pushed to main at kunthawat/dealplustech 2026-03-03 11:40:54 +07:00
443c3377e2 refactor: Move Astro to root, use PORT env (default 80), allow all hosts
kunthawat pushed to main at kunthawat/dealplustech 2026-03-03 11:35:33 +07:00
kunthawat pushed to main at kunthawat/dealplustech 2026-03-03 11:33:22 +07:00
kunthawat pushed to main at kunthawat/dealplustech 2026-03-03 11:32:13 +07:00
kunthawat pushed to main at kunthawat/dealplustech 2026-03-03 10:47:47 +07:00
0f77e58952 feat: Add vite.config.ts with allowedHosts
kunthawat pushed to main at kunthawat/dealplustech 2026-03-03 10:47:09 +07:00
81742ef9ee fix: Set host: true for all network interfaces
kunthawat pushed to main at kunthawat/dealplustech 2026-03-03 10:46:56 +07:00
1382b2fafc fix: Configure allowedHosts in astro.config.mjs only
kunthawat pushed to main at kunthawat/dealplustech 2026-03-03 10:43:51 +07:00
70c0d9788f fix: Add server config to astro.config.mjs as well
kunthawat pushed to main at kunthawat/dealplustech 2026-03-03 10:43:40 +07:00
a6bc8f291c fix: Allow all hosts in preview mode for Easypanel
kunthawat pushed to main at kunthawat/dealplustech 2026-03-03 10:34:33 +07:00
b9d053283f fix: Use PORT environment variable (default 80) for Easypanel
kunthawat pushed to main at kunthawat/dealplustech 2026-03-03 10:27:39 +07:00
0fc4648dc6 fix: Fallback to npm install if no package-lock.json
kunthawat pushed to main at kunthawat/dealplustech 2026-03-03 10:27:24 +07:00
e40df10d0f fix: Add missing package-lock.json for Docker build
kunthawat pushed to main at kunthawat/dealplustech 2026-03-03 10:23:39 +07:00
f20a498f59 fix: Add missing package.json at root
kunthawat pushed to main at kunthawat/dealplustech 2026-03-03 10:23:20 +07:00
4af465c678 docs: Update README for Astro project
kunthawat pushed to main at kunthawat/dealplustech 2026-03-03 10:22:50 +07:00
61daea846c chore: Remove .next folder from git (build artifact)
45961b8d76 refactor: Move Astro project to root directory
Compare 2 commits »
kunthawat pushed to main at kunthawat/dealplustech 2026-03-03 10:17:57 +07:00
b8e372ca96 fix: Add .dockerignore to exclude Next.js root from Astro build