Add OG image alignment config to README

This commit is contained in:
Sam Becker 2023-10-16 08:48:04 -05:00
parent f89284f9e9
commit 65a33adcb2

View File

@ -60,6 +60,7 @@ Installation
### 6. Optional configuration
1. Set `NEXT_PUBLIC_HIDE_REPO_LINK = 1` to remove footer link to repo
2. Set `NEXT_PUBLIC_PRO_MODE = 1` to enable higher quality image storage
3. Set `NEXT_PUBLIC_PUBLIC_API = 1` to enable a public API available at `/api`
- Set `NEXT_PUBLIC_HIDE_REPO_LINK = 1` to remove footer link to repo
- Set `NEXT_PUBLIC_PRO_MODE = 1` to enable higher quality image storage
- Set `NEXT_PUBLIC_PUBLIC_API = 1` to enable a public API available at `/api`
- Set `NEXT_PUBLIC_OG_TEXT_ALIGNMENT = BOTTOM` to keep OG image text bottom aligned (default is top)