From 65a33adcb2db6ef8e1d8c585469e4cb5b70603eb Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Mon, 16 Oct 2023 08:48:04 -0500 Subject: [PATCH] Add OG image alignment config to README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73b19079..41cbb519 100644 --- a/README.md +++ b/README.md @@ -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)