# Next.js Production Checklist

## Build

- [ ] Clean install ပြီး production build အောင်မြင်သည်
- [ ] Lint၊ typecheck နှင့် tests အောင်မြင်သည်
- [ ] Node.js version ကိုသတ်မှတ်ထားသည်
- [ ] Lockfile commit ဝင်ထားသည်

## Configuration

- [ ] Production/Preview/Development environment variables ခွဲထားသည်
- [ ] Secret တွင် `NEXT_PUBLIC_` prefix မပါ
- [ ] Custom 404/error UI ရှိသည်
- [ ] Canonical URL နှင့် metadata မှန်သည်

## Performance and operations

- [ ] Images တွင် dimensions နှင့် alt text ရှိသည်
- [ ] Cache behavior ကိုစစ်ထားသည်
- [ ] Logs ထဲ PII/secret မပါ
- [ ] Error monitoring နှင့် rollback နည်းလမ်းရှိသည်
