Use CMS redirects for support tutorials

This commit is contained in:
Codex
2026-04-28 09:22:18 +08:00
parent 98e32a4385
commit 9a55b874a5
14 changed files with 175 additions and 4 deletions
+1
View File
@@ -13,6 +13,7 @@ Use this checklist before every production deployment.
- [ ] `npm run payload:migrate:status` shows all migrations as `Yes` on the release database.
- [ ] `payload_migrations` has no `batch = -1` dev marker before exporting/importing the database.
- [ ] Admin login shows a verification code, invalid captcha fails before password validation, and `/admin` redirects to `/admin/login` when logged out.
- [ ] Legacy tutorial redirects are present in CMS Redirects, not in `next.config.mjs`.
- [ ] No new user-facing fallback copy was introduced without a CMS field.
## Environment