feat: prepare CMS pages for deployment

This commit is contained in:
Codex
2026-04-29 14:23:00 +08:00
parent 9a55b874a5
commit d4fb7e0973
87 changed files with 5153 additions and 1901 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ Use this checklist before every production deployment.
- [ ] `DATABASE_URI` points to the production PostgreSQL database.
- [ ] `PAYLOAD_DB_PUSH=false` is set.
- [ ] `PAYLOAD_RUN_MIGRATIONS_ON_START=false` is set unless a one-off controlled migration boot is intentionally planned.
- [ ] Upload directories `media/` and `files/` are persistent and backed up.
- [ ] Upload directories `media/`, `files/`, and `videos/` are persistent and backed up.
- [ ] Database dump and upload archive are generated from the same local release window.
## CMS Data
@@ -34,7 +34,7 @@ Use this checklist before every production deployment.
- [ ] News list and one news detail page render.
- [ ] Reviews page tabs render, with local media covers where present.
- [ ] Support page and video tutorials render, with local media covers.
- [ ] Dealers page map visibility matches CMS setting.
- [ ] Where to Buy page store links, dealer tabs, and map visibility match CMS settings.
## Smoke Routes