Merge branch 'main' into ppr-static

This commit is contained in:
Sam Becker 2024-04-29 23:48:12 -05:00
commit e6457c042d

View File

@ -74,7 +74,7 @@ _⚠ READ BEFORE PROCEEDING_
2. Add rate limiting (_recommended_)
- As an additional precaution, create a [Vercel KV](https://vercel.com/docs/storage/vercel-kv/quickstart#create-a-kv-database) store and link it to your project in order to enable rate limiting
3. Configure auto-generated fields (optional)
- Set which text fields auto-generate when uploading a photo by storing a comma-separated list, e.g., `AI_TEXT_AUTO_GENERATED_FIELDS = title, semantic`
- Set which text fields auto-generate when uploading a photo by storing a comma-separated list, e.g., `AI_TEXT_AUTO_GENERATED_FIELDS = title,semantic`
- Accepted values: title, caption, tags, description, all, or none (default is "all")
### Web Analytics