feat: Replace Next.js with Astro + PDPA compliance

- Removed Next.js, moved Astro to root
- PDPA compliance: cookie consent, admin dashboard, privacy policy
- Updated Dockerfile for Astro
- Ready for Easypanel deployment with Nixpacks or Docker
This commit is contained in:
Kunthawat
2026-03-10 13:27:48 +07:00
parent 438441a03f
commit d7264a494c
10393 changed files with 3498 additions and 1522801 deletions

46
.gitignore vendored
View File

@@ -1,39 +1,9 @@
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
node_modules/
dist/
.astro/
data/*.db
.env
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# IDE
.idea/
.vscode/
.env.*
*.log
.DS_Store
Thumbs.db