feat: Add PDPA compliance features to Astro project
- Cookie consent banner with Thai language - Consent logging API with SQLite database - Admin dashboard for viewing consent logs - PDPA-compliant privacy policy - Environment configuration template PDPA compliance as per website-creator skill specifications. Build: npm install, Astro project ready for Docker deployment.
This commit is contained in:
10
dealplustech-astro/.gitignore
vendored
10
dealplustech-astro/.gitignore
vendored
@@ -1 +1,9 @@
|
||||
.node-version
|
||||
node_modules/
|
||||
dist/
|
||||
.astro/
|
||||
data/*.db
|
||||
.env
|
||||
.env.*
|
||||
*.log
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
Reference in New Issue
Block a user